Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/e2e/ztwim/ztwim_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ func isOpenshift() bool {
}

func TestZTWIM(t *testing.T) {
// SKIPPING test until https://github.com/istio-ecosystem/sail-operator/issues/1898 is fixed.
// This is causing test failures on CI and we want to unblock sync jobs.
t.Skip("Skipping ZTWIM test until https://github.com/istio-ecosystem/sail-operator/issues/1898 is fixed")
if multicluster {
t.Skip("Skipping test for multicluster")
}
Expand Down