From 0f52dbf056a40a4c497bcbaa069ca8b693b1ed67 Mon Sep 17 00:00:00 2001 From: pcoleman Date: Tue, 17 Sep 2024 09:02:10 +0100 Subject: [PATCH] Use the skip_test method when skipping a test --- src/python_testing/TC_WHM_2_1.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/python_testing/TC_WHM_2_1.py b/src/python_testing/TC_WHM_2_1.py index d6fabc47cc0205..35a701a182eb37 100644 --- a/src/python_testing/TC_WHM_2_1.py +++ b/src/python_testing/TC_WHM_2_1.py @@ -175,10 +175,10 @@ class CommonCodes(Enum): asserts.assert_true(current_mode == old_current_mode, "CurrentMode changed after failed ChangeToMode command!") else: - self.step(5) - self.step(6) - self.step(7) - self.step(8) + self.skip_step(5) + self.skip_step(6) + self.skip_step(7) + self.skip_step(8) self.step(9) if self.is_ci: