-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
quarkus:dev displays exception (warning) for @Disabled tests #17824
Labels
Milestone
Comments
/cc @stuartwdouglas |
I was not able to reproduce the original issue consistently, but #17853 should fix it nonetheless |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Jun 11, 2021
stuartwdouglas
added a commit
that referenced
this issue
Jun 15, 2021
Prevent unlikely NoSuchElementException in continuous testing
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Jun 21, 2021
Fixes: quarkusio#17824 (cherry picked from commit 0eeb610)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The current version
2.0.0.CR3
ofquarkus:dev
displays warnings with exception stacktraces for tests classes that are annotated with@Disabled
.To reproduce
run
quarkus:dev
with version2.0.0.CR3
activate output [
o
] and re-run tests [r
]Results in:
This is only a warning and has no effect, however we might want to fix it :)
The text was updated successfully, but these errors were encountered: