We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3699890 commit 8c31ba1Copy full SHA for 8c31ba1
tests/integration-tests/configs/released.yaml
@@ -192,11 +192,12 @@ test-suites:
192
instances: {{ common.INSTANCES_DEFAULT_X86 }}
193
oss: ["ubuntu2004"]
194
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"]
+# Skip because of https://github.com/aws/aws-parallelcluster/issues/5914
+# test_api.py::test_custom_image:
+# dimensions:
+# - regions: ["sa-east-1"]
+# instances: {{ common.INSTANCES_DEFAULT_X86 }}
200
+# oss: ["alinux2"]
201
test_api.py::test_official_images:
202
dimensions:
203
- regions: ["sa-east-1"]
0 commit comments