aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/utils/env_setup_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/utils/env_setup_test.py')
-rw-r--r--tests/unit/utils/env_setup_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/utils/env_setup_test.py b/tests/unit/utils/env_setup_test.py
index 5aa21b1b..c40801cc 100644
--- a/tests/unit/utils/env_setup_test.py
+++ b/tests/unit/utils/env_setup_test.py
@@ -78,7 +78,7 @@ class TestClass:
result = filecmp.cmp(get_output("hosts"), "config/hosts")
assert result
- @pytest.mark.skip(reason="(yujunz) test halt, to be fixed")
+ @pytest.mark.skip("(yujunz) to be fixed")
def test_ping(self, capfd):
test_class = Env_setup()
mock_ips = mock.Mock(return_value=["127.0.0.1", "10.20.0.29"])