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")