Skip to content

Commit de8b869

Browse files
committed
sql: skip TestSQLStatsRegions test
Skip test due to increased failures after recent fixes. Release note: None
1 parent 3e7991d commit de8b869

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/ccl/testccl/sqlstatsccl/sql_stats_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ func TestSQLStatsRegions(t *testing.T) {
3939
defer leaktest.AfterTest(t)()
4040
defer log.Scope(t).Close(t)
4141

42+
skip.WithIssue(t, 107582, "flaky test")
4243
skip.UnderRace(t, "test is to slow for race")
4344
skip.UnderStress(t, "test is too heavy to run under stress")
4445

0 commit comments

Comments
 (0)