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
In the profile, I have set disableGlobalTestResources and disableApplicationLifecycleObservers to true, and try to skip load more resource in the 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to gather essential resource in a test profile to speed up running tests,
Example codes: https://github.com/hantsy/quarkus-sandbox/tree/master/kafka
In the profile, I have set
disableGlobalTestResources
anddisableApplicationLifecycleObservers
to true, and try to skip load more resource in the tests.But when I ran the tests, it still run the dev resources in the background.
Beta Was this translation helpful? Give feedback.
All reactions