We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In dev mode, you cannot toggle back to test mode after pausing tests.
No response
// some of this is pseudo code
"r" option is removed from menu and test mode is not active.
uname -a
ver
java -version
mvnw --version
gradlew --version
This was tested from 'main'
The text was updated successfully, but these errors were encountered:
Resuming tests after pause is broken
68e85dd
Fixes quarkusio#19596
683cdda
Fixes quarkusio#19596 (cherry picked from commit 68e85dd)
Successfully merging a pull request may close this issue.
Describe the bug
In dev mode, you cannot toggle back to test mode after pausing tests.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
// some of this is pseudo code
"r" option is removed from menu and test mode is not active.
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
This was tested from 'main'
The text was updated successfully, but these errors were encountered: