Skip to content

Commit

Permalink
persistedsqlstats: skip TestSQLStatsPersistedLimitReached under stress
Browse files Browse the repository at this point in the history
TestSQLStatsPersistedLimitReached succeeds under 'normal' testing conditions.
We can and should get this test coverage when we can.

Informs #97488
Epic: none
Release note: None
  • Loading branch information
zachlite committed Jun 28, 2023
1 parent 4ba9d1c commit de3771f
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.WithIssue(t, 97488)
skip.UnderStressWithIssue(t, 97488)
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

Expand Down

0 comments on commit de3771f

Please sign in to comment.