Open bgatessucks opened 3 years ago
This is an error during test collection, not an error when the test is being run.
Marks won't help ignore this issue. If you can't fix the error, then you may need to explore ways of filtering which files tests are collected from.
I have several tests which need
import xlwings
; the package is not available on Linux machines so I mark them withneedsxw
. Inazure-pipelines.xml
I have:however the build still fails. How can I have Azure ignore the tests with a given marker ?
Example of failing test:
Output: