Skip to content

Commit bb1b1c1

Browse files
authored
Disable test_custom_image to stop reoccuring integ test failure (#6000)
1 parent 5eaa144 commit bb1b1c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
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"]

0 commit comments

Comments
 (0)