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 would expect that aTestMethod() is not executed in flank runs, yet I see it being executed. It seems that the test methods, and not the class, need to be annotated.
Expected behavior
An @Ignore annotation on the test method or class should result in the methods not being ran. If at the class level, then no test in that class should execute.
The text was updated successfully, but these errors were encountered:
@inktomi I'd love to accept a pull request for this feature! Currently we @ignore at the method level. I agree @ignore at the class level would make sense as well.
Let's say you have this test class:
I would expect that
aTestMethod()
is not executed in flank runs, yet I see it being executed. It seems that the test methods, and not the class, need to be annotated.Expected behavior
An
@Ignore
annotation on the test method or class should result in the methods not being ran. If at the class level, then no test in that class should execute.The text was updated successfully, but these errors were encountered: