aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/suite_tap_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hs-test/suite_tap_test.go')
-rw-r--r--extras/hs-test/suite_tap_test.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/extras/hs-test/suite_tap_test.go b/extras/hs-test/suite_tap_test.go
deleted file mode 100644
index 8b0950a797e..00000000000
--- a/extras/hs-test/suite_tap_test.go
+++ /dev/null
@@ -1,15 +0,0 @@
-package main
-
-import (
- "time"
-)
-
-type TapSuite struct {
- HstSuite
-}
-
-func (s *TapSuite) SetupSuite() {
- time.Sleep(1 * time.Second)
- s.HstSuite.SetupSuite()
- s.configureNetworkTopology("tap")
-}