Skip to content

Commit 8c31ba1

Browse files
lukeseawalkerhanwen-pcluste
authored andcommitted
Skip custom image test
temporarily skip custom image test for released 3.9.0, until issue #5914 get fixed Signed-off-by: Luca Carrogu <carrogu@amazon.com>
1 parent 3699890 commit 8c31ba1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/integration-tests/configs/released.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,12 @@ test-suites:
192192
instances: {{ common.INSTANCES_DEFAULT_X86 }}
193193
oss: ["ubuntu2004"]
194194
schedulers: ["slurm"]
195-
test_api.py::test_custom_image:
196-
dimensions:
197-
- regions: ["sa-east-1"]
198-
instances: {{ common.INSTANCES_DEFAULT_X86 }}
199-
oss: ["alinux2"]
195+
# Skip because of https://github.com/aws/aws-parallelcluster/issues/5914
196+
# test_api.py::test_custom_image:
197+
# dimensions:
198+
# - regions: ["sa-east-1"]
199+
# instances: {{ common.INSTANCES_DEFAULT_X86 }}
200+
# oss: ["alinux2"]
200201
test_api.py::test_official_images:
201202
dimensions:
202203
- regions: ["sa-east-1"]

0 commit comments

Comments
 (0)