Reporter | Matthias Zeleny (matthiaszelenyandrena) |
---|---|
Created | Jan 10, 2018 2:29:30 PM |
Updated | Apr 20, 2018 3:51:47 PM |
Subsystem | Unit Testing |
Assignee | Eugene Strizhok (Eugene.Strizhok) |
Priority | Show-stopper |
State | Fixed In Branch |
Type | Bug |
Fix version | 2018.2 |
Affected versions | 2017.3.1 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
Since 17.3.1, we have a problem of Reshaper ingoring the "Skip tests from categories:" entries.
It just runs all of them anyway.
2017.2.2 does not have this problem.
For example [TestMethod, Nightly] does get tested, even if written into the options to be skipped.
On the other side, [TestMethod, TestCategory("Nightly")] seems to work just fine.