Gallio / mbunit-v3

Gallio and MbUnit v3 Source
Apache License 2.0
86 stars 46 forks source link

[Ignore] TestFixture does not work as expected #5

Open cavaIV opened 9 years ago

cavaIV commented 9 years ago

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