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 8e166f0 commit fea9e47Copy full SHA for fea9e47
tests/integration-tests/tests/test_scaling.py
@@ -24,6 +24,7 @@
24
25
26
@pytest.mark.skip_schedulers(["awsbatch"])
27
+@pytest.mark.skip_instances(["c5n.18xlarge", "p3dn.24xlarge", "i3en.24xlarge"])
28
@pytest.mark.usefixtures("region", "os", "instance")
29
def test_multiple_jobs_submission(scheduler, region, pcluster_config_reader, clusters_factory, test_datadir):
30
scaledown_idletime = 4
0 commit comments