Skip to content

Commit

Permalink
tests: exclude Arch from salt tests
Browse files Browse the repository at this point in the history
There is no salt package in the standard Arch repos. There is one in
AUR, but default setup can't rely on them.
  • Loading branch information
marmarek committed Jan 22, 2025
1 parent 36f886d commit 1019f20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qubes/tests/integ/salt.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ class SaltVMTestMixin(SaltTestMixin):
def setUp(self):
if self.template.startswith("whonix"):
self.skipTest("Whonix not supported as salt VM")
if self.template.startswith("archlinux"):
self.skipTest("Archlinux not supported as salt VM")
super(SaltVMTestMixin, self).setUp()
self.init_default_template(self.template)

Expand Down

0 comments on commit 1019f20

Please sign in to comment.