test-client: re-enable test_monitor() test

It's fixed now. See the previous commit.

(cherry picked from commit 50d1c8fc16)
This commit is contained in:
Thomas Haller 2023-02-03 11:03:32 +01:00
parent 323c60e4cd
commit 2f846eea0d
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

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