From: John Mulligan Date: Mon, 27 Feb 2023 19:39:18 +0000 (-0500) Subject: cephadm/tests: enable timeout test cases for call function X-Git-Tag: v19.0.0~1614^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F50244%2Fhead;p=ceph.git cephadm/tests: enable timeout test cases for call function Signed-off-by: John Mulligan --- diff --git a/src/cephadm/tests/test_util_funcs.py b/src/cephadm/tests/test_util_funcs.py index c2f610205b30..2c20dfb916b3 100644 --- a/src/cephadm/tests/test_util_funcs.py +++ b/src/cephadm/tests/test_util_funcs.py @@ -639,7 +639,6 @@ def _has_values_somewhere(clog, values, non_zero=True): {"timeout": 1}, None, id="long-sleep", - marks=pytest.mark.xfail, ), pytest.param( "import time\nfor i in range(100):\n\tprint(i, flush=True); time.sleep(0.01)", @@ -647,7 +646,6 @@ def _has_values_somewhere(clog, values, non_zero=True): {"timeout": 0.5}, None, id="slow-print-timeout", - marks=pytest.mark.xfail, ), # Commands that time out collect no logs, return empty std{out,err} strings ],