I am struggling with excluding tests in automated TFS run.
In settings for Test filter criteria gave but the it doesn't seem to exclude the tests in that category ($(TestFilter))&(TestCategory!~) Also tried ($(TestFilter))&(TestCategory!=)
Any suggestions or examples on how to use the filter queries?
TIA
To exclude the tests in that category, you could set following test category filters in the VS test task:
For more details about filtering pleace take a look here