We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7991d commit de8b869Copy full SHA for de8b869
pkg/ccl/testccl/sqlstatsccl/sql_stats_test.go
@@ -39,6 +39,7 @@ func TestSQLStatsRegions(t *testing.T) {
39
defer leaktest.AfterTest(t)()
40
defer log.Scope(t).Close(t)
41
42
+ skip.WithIssue(t, 107582, "flaky test")
43
skip.UnderRace(t, "test is to slow for race")
44
skip.UnderStress(t, "test is too heavy to run under stress")
45
0 commit comments