summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-02-03 11:03:32 +0100
committerThomas Haller <thaller@redhat.com>2023-02-08 10:11:21 +0100
commit50d1c8fc166b0322d89a16141dee94f8871e250d (patch)
tree07438e6115d915cfedfa42d91221213b56351990
parent8548ab29ee1eaad43bbfe099181dab905e229446 (diff)
downloadNetworkManager-50d1c8fc166b0322d89a16141dee94f8871e250d.tar.gz
test-client: re-enable test_monitor() test
It's fixed now. See the previous commit.
-rwxr-xr-xsrc/tests/client/test-client.py5
1 files changed, 0 insertions, 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")