Skip to content

Commit

Permalink
persistedsqlstats: skip TestSQLStatsPersistedLimitReached
Browse files Browse the repository at this point in the history
Flakes in Bazel essential CI.

Informs cockroachdb#105846, cockroachdb#97488
Epic: none
Release note: None
  • Loading branch information
zachlite committed Jun 30, 2023
1 parent da4a10b commit 0e46af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/sqlstats/persistedsqlstats/flush_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ func TestSQLStatsGatewayNodeSetting(t *testing.T) {
}

func TestSQLStatsPersistedLimitReached(t *testing.T) {
skip.UnderStressWithIssue(t, 97488)
skip.WithIssue(t, 97488)
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

Expand Down

0 comments on commit 0e46af9

Please sign in to comment.