Skip to content

Commit

Permalink
Backport of NET-8594: Disable TestSyncCatalogIngress into release/1.3…
Browse files Browse the repository at this point in the history
….x (#3908)

backport of commit c8e1660

Co-authored-by: NiniOak <[email protected]>
  • Loading branch information
hc-github-team-consul-core and NiniOak committed Apr 12, 2024
1 parent 58ae9b0 commit b7c7706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acceptance/tests/sync/sync_catalog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit b7c7706

Please sign in to comment.