Skip to content

Commit

Permalink
ccl/multiregionccl: skip flaky regional_by_table test
Browse files Browse the repository at this point in the history
Part of #98020.

Release note: None
  • Loading branch information
matthewtodd committed Mar 20, 2023
1 parent 5839fe0 commit 234288c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/ccl/multiregionccl/datadriven_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ func TestMultiRegionDataDriven(t *testing.T) {
ctx := context.Background()
datadriven.Walk(t, datapathutils.TestDataPath(t), func(t *testing.T, path string) {

if strings.Contains(path, "regional_by_table") {
skip.WithIssue(t, 98020, "flaky test")
}
if strings.Contains(path, "secondary_region") {
skip.UnderStressWithIssue(t, 92235, "flaky test")
}
Expand Down

0 comments on commit 234288c

Please sign in to comment.