tests: drop expectedFailure from qubes_desktop_run test

This commit is contained in:
Marek Marczykowski-Górecki 2019-01-06 17:31:09 +01:00
parent 08621e7225
commit 186702646e
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -135,7 +135,6 @@ class TC_00_AppVMMixin(object):
@unittest.skipUnless(spawn.find_executable('xdotool'),
"xdotool not installed")
@unittest.expectedFailure
def test_012_qubes_desktop_run(self):
self.loop.run_until_complete(self.testvm1.start())
self.assertEqual(self.testvm1.get_power_state(), "Running")