Skip to content

Commit

Permalink
Merge pull request #105910 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-23.1-105893

release-23.1: persistedsqlstats: skip TestSQLStatsPersistedLimitReached
  • Loading branch information
zachlite authored Jun 30, 2023
2 parents 7b9753c + b9747c9 commit 64db4ba
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 64db4ba

Please sign in to comment.