From 05304675f750bc54ba73a92a5c98624f5050cd18 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 27 Feb 2023 14:39:18 -0500 Subject: [PATCH] cephadm/tests: enable timeout test cases for call function Signed-off-by: John Mulligan --- src/cephadm/tests/test_util_funcs.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cephadm/tests/test_util_funcs.py b/src/cephadm/tests/test_util_funcs.py index c2f610205b300..2c20dfb916b32 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 ], -- 2.39.5