diff --git a/acceptance/tests/sync/sync_catalog_test.go b/acceptance/tests/sync/sync_catalog_test.go index e8e4e727df..d4a0e9e99c 100644 --- a/acceptance/tests/sync/sync_catalog_test.go +++ b/acceptance/tests/sync/sync_catalog_test.go @@ -23,8 +23,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") @@ -87,6 +85,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")