Replies: 1 comment
-
Replaced all |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some global mocks using
io.quarkus.test.Mock
of my services for all integration tests. However, I would like to disable all or selectively some of them in one particular integration test and just use original beans. How can I do it in quarkus? I checked the test profiles but I don't see how to do that with a test profileThanks
Beta Was this translation helpful? Give feedback.
All reactions