From 59cd97b1d3c0fa8260d43ec517cb4f256f1c8e64 Mon Sep 17 00:00:00 2001 From: NiniOak Date: Thu, 11 Apr 2024 18:55:47 +0000 Subject: [PATCH] backport of commit c8e1660cb71138e0c8af82647f117426cc4a91c5 --- acceptance/tests/sync/sync_catalog_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/acceptance/tests/sync/sync_catalog_test.go b/acceptance/tests/sync/sync_catalog_test.go index f135efa29f..9e96f63746 100644 --- a/acceptance/tests/sync/sync_catalog_test.go +++ b/acceptance/tests/sync/sync_catalog_test.go @@ -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")