Skip to content

Commit cdf56ee

Browse files
Rextilne
authored andcommitted
Fix typo to only run manual action scaling tests on Ubuntu1804
Signed-off-by: Rex <[email protected]>
1 parent 167bb70 commit cdf56ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/scaling/test_scaling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def test_nodewatcher_terminates_failing_node(scheduler, region, pcluster_config_
111111
@pytest.mark.regions(["us-west-1"])
112112
@pytest.mark.instances(["c5.xlarge"])
113113
@pytest.mark.schedulers(["slurm"])
114-
@pytest.mark.os(["ubuntu1804"])
114+
@pytest.mark.oss(["ubuntu1804"])
115115
@pytest.mark.usefixtures("region", "os", "instance")
116116
@pytest.mark.scaling_with_manual_actions
117117
def test_scaling_with_manual_actions(scheduler, region, pcluster_config_reader, clusters_factory):

0 commit comments

Comments
 (0)