-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@Ignore and @Category with Request.filterWith() behave differently #381
Comments
@noel-yap Your test can be found in the test nothingRunnable3() you may check it out. |
@dsaff
which should be ignored test as well as :
IMHO this is relevant scenario to check. |
If this only happens for classes that do not have any test methods, then I'm inclined to say that this is working as intended. |
IIRC, the issue lies in the difference between the implementations of On Tue, Dec 24, 2013 at 9:50 AM, Kevin Cooney [email protected]:
|
@noel-yap Could you provide a test for an exception being thrown if a test class annotated with |
PASSES:
FAILS with "No runnable methods" initializationError (using Request.filterWith to filter out tests Categorized as Manual):
The text was updated successfully, but these errors were encountered: