Skip to content

Commit

Permalink
Skip flaky TestMultiActorConflictDelete
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrks committed Dec 20, 2024
1 parent 878f2fa commit c395271
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions topologytest/multi_actor_conflict_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ func TestMultiActorConflictUpdate(t *testing.T) {
// 6. start replications
// 7. assert that the documents are deleted on all peers and have hlv sources equal to the number of active peers
func TestMultiActorConflictDelete(t *testing.T) {
if !base.UnitTestUrlIsWalrus() {
t.Skip("Flakey failures on multi actor conflicting writes, CBG-4379")
}
t.Skip("Flakey failures on multi actor conflicting writes, CBG-4379")
for _, topology := range append(simpleTopologies, Topologies...) {
t.Run(topology.description, func(t *testing.T) {
collectionName, peers, replications := setupTests(t, topology)
Expand Down

0 comments on commit c395271

Please sign in to comment.