Skip to content

Commit

Permalink
Resolving flakey behavior in TestPartitions_Sync with Controller by r…
Browse files Browse the repository at this point in the history
…emoving Controller because it is not needed for the test. (#1199)
  • Loading branch information
jmurret authored May 4, 2022
1 parent 419a63c commit 6c09ca6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions acceptance/tests/partitions/partitions_sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ func TestPartitions_Sync(t *testing.T) {
"syncCatalog.consulNamespaces.mirroringK8S": strconv.FormatBool(c.mirrorK8S),
"syncCatalog.addK8SNamespaceSuffix": "false",

"controller.enabled": "true",

"dns.enabled": "true",
"dns.enableRedirection": strconv.FormatBool(cfg.EnableTransparentProxy),
}
Expand Down

0 comments on commit 6c09ca6

Please sign in to comment.