diff --git a/pkg/hns/hns_suite_windows_test.go b/pkg/hns/hns_suite_windows_test.go deleted file mode 100644 index af24522d..00000000 --- a/pkg/hns/hns_suite_windows_test.go +++ /dev/null @@ -1,13 +0,0 @@ -package hns_test - -import ( - "testing" - - . "github.com/onsi/ginkgo" - . "github.com/onsi/gomega" -) - -func TestHns(t *testing.T) { - RegisterFailHandler(Fail) - RunSpecs(t, "Hns Suite") -}