Skip to content

Commit b392ad9

Browse files
authored
Disable test_custom_image test in released (#6002)
1 parent bb1b1c1 commit b392ad9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

tests/integration-tests/configs/develop.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ test-suites:
5252
instances: {{ common.INSTANCES_DEFAULT_X86 }}
5353
oss: ["alinux2"]
5454
schedulers: ["awsbatch"]
55-
# test_api.py::test_custom_image:
56-
# dimensions:
57-
# - regions: ["sa-east-1"]
58-
# instances: {{ common.INSTANCES_DEFAULT_X86 }}
59-
# oss: ["alinux2"]
55+
test_api.py::test_custom_image:
56+
dimensions:
57+
- regions: ["sa-east-1"]
58+
instances: {{ common.INSTANCES_DEFAULT_X86 }}
59+
oss: ["alinux2"]
6060
test_api.py::test_login_nodes:
6161
dimensions:
6262
- regions: ["sa-east-1"]

tests/integration-tests/configs/released.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ test-suites:
2121
instances: {{ common.INSTANCES_DEFAULT_X86 }}
2222
oss: ["alinux2"]
2323
schedulers: ["awsbatch"]
24-
test_api.py::test_custom_image:
25-
dimensions:
26-
- regions: ["sa-east-1"]
27-
instances: {{ common.INSTANCES_DEFAULT_X86 }}
28-
oss: ["alinux2"]
24+
# test_api.py::test_custom_image:
25+
# dimensions:
26+
# - regions: ["sa-east-1"]
27+
# instances: {{ common.INSTANCES_DEFAULT_X86 }}
28+
# oss: ["alinux2"]
2929
test_api.py::test_official_images:
3030
dimensions:
3131
- regions: ["sa-east-1"]

0 commit comments

Comments
 (0)