Skip to content

Commit fe070a6

Browse files
committed
backupccl: skip TestDataDriven_multiregion under duress
Fixes #118567 Release note: none
1 parent bf84f8d commit fe070a6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

pkg/ccl/backupccl/datadriven_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,10 @@ func runTestDataDriven(t *testing.T, testFilePathFromWorkspace string) {
512512
skip.WithIssue(t, issue)
513513
return ""
514514

515+
case "skip-under-duress":
516+
skip.UnderDuress(t)
517+
return ""
518+
515519
case "reset":
516520
ds.cleanup(ctx, t)
517521
ds = newDatadrivenTestState()

pkg/ccl/backupccl/testdata/backup-restore/multiregion

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# disabled to run within tenant because multiregion primitives are not supported within tenant
22

3+
skip-under-duress
4+
----
5+
36
new-cluster name=s1 allow-implicit-access disable-tenant localities=us-east-1,us-west-1,eu-central-1
47
----
58

0 commit comments

Comments
 (0)