Some Native tests don't run due to failsafe <skip>true</skip> #43997
Labels
area/housekeeping
Issue type for generalized tasks not related to bugs or enhancements
area/native-image
Milestone
Description
While reviewing #43829 I noticed the GHA has been giving us false negative, not running
awt
integration test.When I tried locally, I wasn't able to make maven run the awt testsuite with native-image either. The harness runs HotSpot tests, then it builds the native-image but it doesn't run any tests with it.
I did try to fiddle with various maven flags like
-DskipITs=false
to no avail.Trying to run the test in container had a similar result, the harness executed HotSpot tests, it went on to build the native executable using builder-image, then it built a runtime container image and copied the executable in it, then it started the runtime container and terminated there, not executing any actual tests.
I had to manually patch the pom.xml to make it run the testsuite properly:
It seems that this is the change that has brought the
skip>true</skip>
in: 9f3ba1922d2Question
Thx
K.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: