From 2f846eea0d866c5147f8514a98a5bafc940efbb1 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 3 Feb 2023 11:03:32 +0100 Subject: [PATCH] test-client: re-enable test_monitor() test It's fixed now. See the previous commit. (cherry picked from commit 50d1c8fc166b0322d89a16141dee94f8871e250d) --- src/tests/client/test-client.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/tests/client/test-client.py b/src/tests/client/test-client.py index 266de1155c..e5febe964f 100755 --- a/src/tests/client/test-client.py +++ b/src/tests/client/test-client.py @@ -2052,11 +2052,6 @@ class TestNmcli(unittest.TestCase): @skip_without_pexpect @nm_test def test_monitor(self): - - # FIXME: this test is currently known to fail. Skip it. - # https://bugzilla.redhat.com/show_bug.cgi?id=2154288 - raise unittest.SkipTest("test is known to randomly fail (rhbz#2154288)") - def start_mon(self): nmc = self.call_nmcli_pexpect(["monitor"]) nmc.pexp.expect("NetworkManager is running")