quarkus-qe / quarkus-test-framework

Write your test once and run it everywhere!
Apache License 2.0
14 stars 26 forks source link

Fix build-time config race on Windows for DEV mode tests of our monthly test run #1170

Closed michalvavrik closed 3 weeks ago

michalvavrik commented 3 weeks ago

Summary

DEV mode tests in Windows monthly test run are failing as command line arguments are computed based on build-time properties. These arguments are required in a different flow (native executable build) where the build-time properties are already present.

Please check the relevant options

Checklist: