Skip to content

Commit

Permalink
tests: skip gnome-terminal on xfce template flavor
Browse files Browse the repository at this point in the history
It isn't installed there.
  • Loading branch information
marmarek committed Jul 14, 2020
1 parent 80c0a0c commit 4c0f8bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qubes/tests/integ/vm_qrexec_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ def test_011_run_gnome_terminal(self):
self.skipTest("Minimal template doesn't have 'gnome-terminal'")
if 'whonix' in self.template:
self.skipTest("Whonix template doesn't have 'gnome-terminal'")
if 'xfce' in self.template:
self.skipTest("Xfce template doesn't have 'gnome-terminal'")
self.loop.run_until_complete(self.testvm1.start())
self.assertEqual(self.testvm1.get_power_state(), "Running")
self.loop.run_until_complete(self.wait_for_session(self.testvm1))
Expand Down

0 comments on commit 4c0f8bc

Please sign in to comment.