mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
dev_scripts: Properly skip QA scenarios on Linux
With the addition of the drag-and-drop QA scenario, the numbering of the QA steps has changed. Mirror this numbering change in the qa.py script as well, which tracks which QA scenarios do not apply to Linux platforms.
This commit is contained in:
parent
58bc9950c5
commit
f476102ee9
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@ class QALinux(QABase):
|
|||
self.run_tests()
|
||||
self.build_package()
|
||||
self.build_qa_image()
|
||||
self.qa_scenarios(skip=[1, 2, 8, 9])
|
||||
self.qa_scenarios(skip=[1, 2, 3, 10, 11])
|
||||
|
||||
|
||||
class QADebianBased(QALinux):
|
||||
|
|
Loading…
Reference in a new issue