Skip to content

Commit f8a4740

Browse files
committed
ccl/multiregionccl: skip TestMultiRegionDataDriven
Failing consistently on nightly stress, skip. Informs: cockroachdb#98020 Epic: none Release note: None
1 parent 9cabe8c commit f8a4740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/ccl/multiregionccl/datadriven_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ func TestMultiRegionDataDriven(t *testing.T) {
114114
defer log.Scope(t).Close(t)
115115

116116
skip.UnderRace(t, "flaky test")
117+
skip.WithIssue(t, 98020)
117118
ctx := context.Background()
118119
datadriven.Walk(t, datapathutils.TestDataPath(t), func(t *testing.T, path string) {
119120
ds := datadrivenTestState{}

0 commit comments

Comments
 (0)