Skip to content

Commit

Permalink
Skipping tests while running release
Browse files Browse the repository at this point in the history
Running the UTs and ITs durring the release process fails due to what looks like a classloader issue
This can be reproduce outside of the release process by running a build by running something like an "mvn verify site site:stage"
Could be a different classloader, ordering, or modulepath issue?

NOTE: I'm not a fan disabling tests durring the release, but I've spent too much time troubleshooting this issue.
  • Loading branch information
bdemers committed Oct 25, 2023
1 parent 9375e59 commit 093b169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@
<!-- This configuration copied from apache:apache:7 parent pom -->
<useReleaseProfile>false</useReleaseProfile>
<goals>deploy site site:stage</goals>
<arguments>-Pdocs,apache-release</arguments>
<arguments>-Pdocs,apache-release -DskipITs -DskipTests</arguments>
<mavenExecutorId>forked-path</mavenExecutorId>
</configuration>
</plugin>
Expand Down

0 comments on commit 093b169

Please sign in to comment.