Skip to content

Commit

Permalink
disable TestPartitions_Connect for CNI due to flake (#3105)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael authored Oct 19, 2023
1 parent 7a126e4 commit e69e653
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions acceptance/tests/partitions/partitions_connect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ func TestPartitions_Connect(t *testing.T) {
env := suite.Environment()
cfg := suite.Config()

// Currently there is a bug which causes flakes when CNI is enabled
if cfg.EnableCNI {
t.Skipf("TODO(flaky): NET-5819")
}

if !cfg.EnableEnterprise {
t.Skipf("skipping this test because -enable-enterprise is not set")
}
Expand Down

0 comments on commit e69e653

Please sign in to comment.