Is there a mechanism to run tests only during one matrix run
Hi,
I have a matrix configuration of 2 x 2, resulting in a total 4 runs. However a lot of time is spent running the test and there is no value in running them repeatedly as the unit test do not depend on any of the matrix vectors. Is there a way to turn off tests for all but one run?
I tried this but it did not work:
environment:
matrix:
- SQ_Version: '4.5.6'
tests: off
- SQ_Version: '5.2'
Many thanks!
Bogdan
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 22 Dec, 2015 11:13 PM
I think you can use PowerShell or batch here checking environment variables and running test runners. Of course, no "auto" discovery for tests assemblies in this case.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:03 AM.