Skip to content

Commit

Permalink
Merge #99031
Browse files Browse the repository at this point in the history
99031: ccl/multiregionccl: skip flaky regional_by_table test r=matthewtodd a=matthewtodd

Part of #98020.

Release note: None

Co-authored-by: Matthew Todd <[email protected]>
  • Loading branch information
craig[bot] and matthewtodd committed Mar 21, 2023
2 parents 87db978 + 234288c commit f0dfa0c
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 f0dfa0c

Please sign in to comment.