Skip to content

Commit

Permalink
workloadccl: skip TestDeterministicInitialData to avoid flakes
Browse files Browse the repository at this point in the history
I'm skipping this test until I have time to debug the reason for the
flake.

Informs cockroachdb#93958

Release note: None
  • Loading branch information
rytaft committed Dec 21, 2022
1 parent 0a58669 commit bbba0ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/ccl/workloadccl/allccl/all_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ func hashTableInitialData(
func TestDeterministicInitialData(t *testing.T) {
defer leaktest.AfterTest(t)()

skip.WithIssue(t, 93958, "flaky test")

// There are other tests that run initial data generation under race, so we
// don't get anything from running this one under race as well.
skip.UnderRace(t, "uninteresting under race")
Expand Down

0 comments on commit bbba0ce

Please sign in to comment.