Skip to content

Commit a86300c

Browse files
author
Sean Smith
committed
Run only on c5 instances
Signed-off-by: Sean Smith <[email protected]>
1 parent ffa8dde commit a86300c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/disable_hyperthreading/test_disable_hyperthreading.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# t2's do not support CpuOptions and hence do not support disable_hyperthreading
2424
@pytest.mark.regions(["us-east-1"])
25-
@pytest.mark.skip_instances(["t2.micro"])
25+
@pytest.mark.instances(["c5.xlarge"])
2626
@pytest.mark.skip_schedulers(["awsbatch"])
2727
def test_disable_hyperthreading(region, scheduler, instance, os, pcluster_config_reader, clusters_factory):
2828
"""Test Disable Hyperthreading"""

0 commit comments

Comments
 (0)