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 running a test a quarkus.test.profile, it gets the default properties on version quarkus 2.0.0.Alpha2, instead of the properties for the profile that I've set.
Setting the test profile needs to happen very very early, so it's best done using a system property when launching the maven build or as part of the surefire configuration.
Describe the bug
When running a test a quarkus.test.profile, it gets the default properties on version quarkus 2.0.0.Alpha2, instead of the properties for the profile that I've set.
Expected behavior
It should gets the properties for the profile.
To Reproduce
I created a project to reproduce the problem. The URL of the project.
The profile is set in MyTestResource.java
The test failing in GreetingResourceTest.java)
The text was updated successfully, but these errors were encountered: