aboutsummaryrefslogtreecommitdiff
path: root/test/kubernetes_api_fallthrough_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/kubernetes_api_fallthrough_test.go')
-rw-r--r--test/kubernetes_api_fallthrough_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/kubernetes_api_fallthrough_test.go b/test/kubernetes_api_fallthrough_test.go
index 08d380f67..d12789c24 100644
--- a/test/kubernetes_api_fallthrough_test.go
+++ b/test/kubernetes_api_fallthrough_test.go
@@ -4,7 +4,6 @@ package test
import (
"testing"
- "time"
"github.com/coredns/coredns/plugin/test"
@@ -36,9 +35,6 @@ func TestKubernetesAPIFallthrough(t *testing.T) {
}
defer server.Stop()
- // Work-around for timing condition that results in no-data being returned in test environment.
- time.Sleep(3 * time.Second)
-
for _, tc := range tests {
c := new(dns.Client)