Skip to content

Commit fea9e47

Browse files
committed
integ tests: add skip_instances in scaling tests
Signed-off-by: Francesco De Martino <[email protected]>
1 parent 8e166f0 commit fea9e47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration-tests/tests/test_scaling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525

2626
@pytest.mark.skip_schedulers(["awsbatch"])
27+
@pytest.mark.skip_instances(["c5n.18xlarge", "p3dn.24xlarge", "i3en.24xlarge"])
2728
@pytest.mark.usefixtures("region", "os", "instance")
2829
def test_multiple_jobs_submission(scheduler, region, pcluster_config_reader, clusters_factory, test_datadir):
2930
scaledown_idletime = 4

0 commit comments

Comments
 (0)