Skip to content
Open
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
2 changes: 2 additions & 0 deletions acceptance/tests/sync/sync_catalog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ func TestSyncCatalog(t *testing.T) {
// The test will create a test service and a pod and will
// wait for the service to be synced *to* consul.
func TestSyncCatalogWithIngress(t *testing.T) {
t.Skip("TODO(fails): NET-8594")

cfg := suite.Config()
if cfg.EnableCNI {
t.Skipf("skipping because -enable-cni is set and sync catalog is already tested with regular tproxy")
Expand Down