tests: drop expectedFailure from qubes_desktop_run test
This commit is contained in:
parent
08621e7225
commit
186702646e
@ -135,7 +135,6 @@ class TC_00_AppVMMixin(object):
|
|||||||
|
|
||||||
@unittest.skipUnless(spawn.find_executable('xdotool'),
|
@unittest.skipUnless(spawn.find_executable('xdotool'),
|
||||||
"xdotool not installed")
|
"xdotool not installed")
|
||||||
@unittest.expectedFailure
|
|
||||||
def test_012_qubes_desktop_run(self):
|
def test_012_qubes_desktop_run(self):
|
||||||
self.loop.run_until_complete(self.testvm1.start())
|
self.loop.run_until_complete(self.testvm1.start())
|
||||||
self.assertEqual(self.testvm1.get_power_state(), "Running")
|
self.assertEqual(self.testvm1.get_power_state(), "Running")
|
||||||
|
Loading…
Reference in New Issue
Block a user