Skip to content

Commit

Permalink
BCF-3236: skip divide example test to avoid CI flakes (#13249)
Browse files Browse the repository at this point in the history
  • Loading branch information
krehermann authored May 17, 2024
1 parent 6f1ebca commit 9f3efe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/services/pipeline/task.divide_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ func TestDivideTask_Overflow(t *testing.T) {
}

func TestDivide_Example(t *testing.T) {
testutils.SkipFlakey(t, "BCF-3236")
t.Parallel()

dag := `
Expand Down

0 comments on commit 9f3efe6

Please sign in to comment.