You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to ignore a TestFixture in my project but when i try it like this
[TestFixture, Ignore("my reason")]
or like this
[TestFixture]
[Ignore("my reason"]
Icarus only displays the fixture as ignored an runs all tests in the fixture normally.
If I add the [Ignore] attribute to each test Icarus ignores them.
Hey guys!
I tried to ignore a TestFixture in my project but when i try it like this
[TestFixture, Ignore("my reason")]
or like this
[TestFixture]
[Ignore("my reason"]
Icarus only displays the fixture as ignored an runs all tests in the fixture normally.
If I add the [Ignore] attribute to each test Icarus ignores them.
Do you have any solutions for this problem?
greetings cavaIV