diff options
Diffstat (limited to 'plugin/file/secondary_test.go')
-rw-r--r-- | plugin/file/secondary_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugin/file/secondary_test.go b/plugin/file/secondary_test.go index 820c9b9d0..67d151e53 100644 --- a/plugin/file/secondary_test.go +++ b/plugin/file/secondary_test.go @@ -11,10 +11,6 @@ import ( "github.com/miekg/dns" ) -// TODO(miek): should test notifies as well, ie start test server (a real coredns one)... -// setup other test server that sends notify, see if CoreDNS comes calling for a zone -// transfer - func TestLess(t *testing.T) { const ( min = 0 |