hs-test: temp skip some tests
- Some tests are broken in the CI, skipping them
for now
Type: test
Change-Id: I3d4efeee63b819956e5ffa1b3920e81962a2fcc9
Signed-off-by: Adrian Villin <avillin@cisco.com>
diff --git a/extras/hs-test/http_test.go b/extras/hs-test/http_test.go
index 4f7ed93..0bb6a43 100644
--- a/extras/hs-test/http_test.go
+++ b/extras/hs-test/http_test.go
@@ -204,6 +204,7 @@
}
func NginxAsServerTest(s *NoTopoSuite) {
+ s.skip("Broken in the CI")
query := "return_ok"
finished := make(chan error, 1)
@@ -278,14 +279,17 @@
// unstable with multiple workers
func NginxPerfCpsTest(s *NoTopoSuite) {
+ s.skip("Broken in the CI")
s.SkipIfMultiWorker()
s.assertNil(runNginxPerf(s, "cps", "ab"))
}
func NginxPerfRpsTest(s *NoTopoSuite) {
+ s.skip("Broken in the CI")
s.assertNil(runNginxPerf(s, "rps", "ab"))
}
func NginxPerfWrkTest(s *NoTopoSuite) {
+ s.skip("Broken in the CI")
s.assertNil(runNginxPerf(s, "", "wrk"))
}