-
Hey all (especially @radcortez)! With Quarkus 3.13.0 (or 3.13.0.CR1), properties for continuous testing like Is this to be expected? I've checked the migration guide and found nothing so far. Cheers! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
/cc @radcortez (config), @stuartwdouglas (continuous-testing) |
Beta Was this translation helpful? Give feedback.
-
FTR, workaround in quarkus-maven-plugin configuration: <jvmArgs>-Dquarkus.test.exclude-engines=${quarkus.test.exclude-engines} -Dquarkus.test.exclude-tags=${quarkus.test.exclude-tags}</jvmArgs> So I'm passing the properties explicitly via -D. |
Beta Was this translation helpful? Give feedback.
I filed #42714