Skip to content

Commit 68702b7

Browse files
committed
Disable awsbatch china test
Signed-off-by: Yulei Wang <[email protected]>
1 parent e8ca556 commit 68702b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration-tests/configs/common/common.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ schedulers:
339339
schedulers: ["torque"]
340340
test_awsbatch.py::test_awsbatch:
341341
dimensions:
342-
- regions: ["eu-north-1", "us-gov-west-1", "cn-north-1"]
342+
- regions: ["eu-north-1", "us-gov-west-1"]
343343
instances: {{ common.INSTANCES_DEFAULT_X86 }}
344344
oss: ["alinux2"]
345345
schedulers: ["awsbatch"]
@@ -427,7 +427,7 @@ storage:
427427
instances: {{ common.INSTANCES_DEFAULT_X86 }}
428428
oss: {{ common.OSS_CHINA_X86 }}
429429
schedulers: ["slurm"]
430-
- regions: ["ap-northeast-1", "cn-north-1"]
430+
- regions: ["ap-northeast-1"]
431431
instances: {{ common.INSTANCES_DEFAULT_X86 }}
432432
oss: {{ common.OSS_BATCH }}
433433
schedulers: ["awsbatch"]

0 commit comments

Comments
 (0)