Skip to content

Commit c5ea65d

Browse files
committed
tests: exclude Arch from salt tests
There is no salt package in the standard Arch repos. There is one in AUR, but default setup can't rely on them.
1 parent 2ce67e5 commit c5ea65d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qubes/tests/integ/salt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ class SaltVMTestMixin(SaltTestMixin):
308308
def setUp(self):
309309
if self.template.startswith("whonix"):
310310
self.skipTest("Whonix not supported as salt VM")
311+
if self.template.startswith("archlinux"):
312+
self.skipTest("Archlinux not supported as salt VM")
311313
super(SaltVMTestMixin, self).setUp()
312314
self.init_default_template(self.template)
313315

0 commit comments

Comments
 (0)