Skip to content

Commit

Permalink
ccl/multiregionccl: Skip stress testing flaky secondary region test
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
e-mbrown committed Feb 22, 2023
1 parent e9e513d commit 4ea7bc8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkg/ccl/multiregionccl/datadriven_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,13 @@ func TestMultiRegionDataDriven(t *testing.T) {
defer log.Scope(t).Close(t)

skip.UnderRace(t, "flaky test")

ctx := context.Background()
datadriven.Walk(t, datapathutils.TestDataPath(t), func(t *testing.T, path string) {

if strings.Contains(path, "secondary_region") {
skip.UnderStressWithIssue(t, 92235, "flaky test")
}

ds := datadrivenTestState{}
defer ds.cleanup(ctx)
var mu syncutil.Mutex
Expand Down

0 comments on commit 4ea7bc8

Please sign in to comment.