Skip to content

Commit

Permalink
Skip scenario 9 on linux (Qubes-specific)
Browse files Browse the repository at this point in the history
  • Loading branch information
deeplow committed Oct 13, 2023
1 parent 1889899 commit 9eb2076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_scripts/qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ def start(self):
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):
Expand Down

0 comments on commit 9eb2076

Please sign in to comment.