In MTP, filtering tests is a bit of an issue when talking about any "common" infrastructure that can be used by multiple repos/projects that might be using different test frameworks.
With VSTest, excluding by trait was simple. Just --filter "TestCategory!=Failing" and that works for all frameworks (hopefully?)
This is quite a problem with MTP.
Generally speaking, there is unfortunately no standardized filter, which makes it harder for users.
In MTP, filtering tests is a bit of an issue when talking about any "common" infrastructure that can be used by multiple repos/projects that might be using different test frameworks.
With VSTest, excluding by trait was simple. Just
--filter "TestCategory!=Failing"and that works for all frameworks (hopefully?)This is quite a problem with MTP.
Generally speaking, there is unfortunately no standardized filter, which makes it harder for users.