mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 07:00:13 +01:00
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:
parent
323c60e4cd
commit
2f846eea0d
1 changed files with 0 additions and 5 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue