Skip to content

Commit

Permalink
skip more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
torcolvin committed Dec 19, 2024
1 parent 77059ce commit 85fdf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topologytest/multi_actor_conflict_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func TestMultiActorConflictResurrect(t *testing.T) {
t.Skip("Flakey failures on multi actor conflicting writes, CBG-4379")
}
for _, topology := range append(simpleTopologies, Topologies...) {
if strings.Contains(topology.description, "1.3") {
if strings.Contains(topology.description, "1.") {
t.Skip("CBG-4434 fail due to CBL issues, specifically for multi-actor tests")
}
t.Run(topology.description, func(t *testing.T) {
Expand Down

0 comments on commit 85fdf7f

Please sign in to comment.