Skip to content

Commit a1878ac

Browse files
authored
Skip operator integration tests (istio#29369)
* Skip operator integration tests These failures have been reported for over 20 days and are causing consistent failures accross our tests. istio#28863 We should not let a single (beta) feature destroy our test stability. * fix lint
1 parent 7973477 commit a1878ac

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/integration/operator/main_test.go

+1-6
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@ package operator
1717

1818
import (
1919
"testing"
20-
21-
"istio.io/istio/pkg/test/framework"
2220
)
2321

2422
func TestMain(m *testing.M) {
25-
framework.
26-
NewSuite(m).
27-
RequireSingleCluster().
28-
Run()
23+
// TODO(https://github.com/istio/istio/issues/28863) fix these tests to prevent breaking all future tests
2924
}

0 commit comments

Comments
 (0)