diff --git a/acceptance/tests/sync/sync_catalog_test.go b/acceptance/tests/sync/sync_catalog_test.go index 22f24c308b..8bc6480d8d 100644 --- a/acceptance/tests/sync/sync_catalog_test.go +++ b/acceptance/tests/sync/sync_catalog_test.go @@ -24,8 +24,6 @@ import ( // The test will create a test service and a pod and will // wait for the service to be synced *to* consul. func TestSyncCatalog(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") @@ -88,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")