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
when I execute all unit and @QuarkusTest tests in Intellij IDE but ignore @QuarkusIntegrationTest tests, all is fine. But when I right-click on the project and run 'All tests' the IDE will include @QuarkusIntegrationTest and it will fail with 'Unable to detect the status of the application' error.
When I execute the @QuarkusIntegrationTest separately it doesn't fail.
Is this a limitation of @QuarkusIntegrationTest that it cannot run in IDE with all other tests?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
when I execute all unit and
@QuarkusTest
tests in Intellij IDE but ignore@QuarkusIntegrationTest tests,
all is fine. But when I right-click on the project and run 'All tests' the IDE will include@QuarkusIntegrationTest
and it will fail with 'Unable to detect the status of the application' error.When I execute the
@QuarkusIntegrationTest
separately it doesn't fail.Is this a limitation of
@QuarkusIntegrationTest
that it cannot run in IDE with all other tests?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions