Skip to content

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
rarguelloF committed Aug 2, 2024
1 parent 5654810 commit 66fb353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/gocql/gocql/observer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ func TestObserver_Connect(t *testing.T) {
}
}
assert.NotEmpty(t, okSpans)
assert.NotEmpty(t, errSpans)
// the errSpans slice might be empty or not, so we don't assert any length to avoid flakiness.

for _, span := range spans {
// this information should be present in all spans.
Expand Down

0 comments on commit 66fb353

Please sign in to comment.