I have some Integration Tests (very long running). If they are in main solution and I choose to run all tests these tests are also picked up. How to avoid it?
These tests are suppose to be running from scripts on CI. Traits does not help (AFAIK) cause R# also picks them up.