Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: prevent reusing dev-server (#976)
Quarkus tests reuse the same application instance, unless tests define different profiles or test resources. However, the JVM is always the same and Flow reuses the existing dev server instance. This can cause errors when the application is restarted if frontend files are forcibly deleted. This change make sure that the dev server is always stopped and restarted.
- Loading branch information