Browse Source

tests: drop expectedFailure from qubes_desktop_run test

Marek Marczykowski-Górecki 5 years ago
parent
commit
186702646e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      qubes/tests/integ/vm_qrexec_gui.py

+ 0 - 1
qubes/tests/integ/vm_qrexec_gui.py

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