mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Skip scenario 9 on linux (Qubes-specific)
This commit is contained in:
parent
f02597aa4f
commit
2f98135f5a
1 changed files with 1 additions and 1 deletions
|
@ -813,7 +813,7 @@ class QALinux(QABase):
|
|||
self.run_tests()
|
||||
self.build_package()
|
||||
self.build_qa_image()
|
||||
self.qa_scenarios(skip=[1, 2, 8])
|
||||
self.qa_scenarios(skip=[1, 2, 8, 9])
|
||||
|
||||
|
||||
class QADebianBased(QALinux):
|
||||
|
|
Loading…
Reference in a new issue