Skip to content

Commit

Permalink
NET-8594: Disable TestSyncCatalog (#3815)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiniOak authored Apr 10, 2024
1 parent 2405bf6 commit 1d47b5c
Showing 1 changed file with 2 additions and 0 deletions.
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 @@ -24,6 +24,8 @@ 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")
Expand Down

0 comments on commit 1d47b5c

Please sign in to comment.