-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
Description
Describe the bug
After the version 3.34.0 we are facing an issue when running DevUIJsonRPCTest.
When running individual class test (subtype of DevUIJsonRPCTest) everything works as expected:
java.lang.IllegalStateException: No URI available. Did Quarkus start with HTTP support?
at io.quarkus.devui.tests.DevUIJsonRPCTest.sendRequest(DevUIJsonRPCTest.java:204)
at io.quarkus.devui.tests.DevUIJIt happens because there is no isolation from class tests on ValueRegistryInjector test each test looks the same namespace value.
Expected behavior
have subtypes of DevUIJsonRPCTest running in parallalel.
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
Reactions are currently unavailable