Disable PTS
diff --git a/.mvn/develocity.xml b/.mvn/develocity.xml
index 26b6df0..8af9881 100644
--- a/.mvn/develocity.xml
+++ b/.mvn/develocity.xml
@@ -10,14 +10,14 @@
</obfuscation>
<publishing>
<onlyIf>
- <![CDATA[authenticated]]>
+ <![CDATA[env['CI'] != null]]>
</onlyIf>
</publishing>
- <backgroundBuildScanUpload>#{isFalse(env['GITHUB_ACTIONS'])}</backgroundBuildScanUpload>
+ <backgroundBuildScanUpload>false</backgroundBuildScanUpload>
</buildScan>
<buildCache>
<local>
- <enabled>#{isFalse(env['GITHUB_ACTIONS'])}</enabled>
+ <enabled>false</enabled>
</local>
<remote>
<enabled>false</enabled>
diff --git a/pom.xml b/pom.xml
index ae84b68..641bc7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -320,7 +320,7 @@
<project.build.outputTimestamp>2024-03-06T09:31:11Z</project.build.outputTimestamp>
<!-- Enables Predictive Test Selection for the project -->
- <predictive.test.selection.enabled>true</predictive.test.selection.enabled>
+ <predictive.test.selection.enabled>false</predictive.test.selection.enabled>
<!-- ========================
Site-specific properties
@@ -601,7 +601,7 @@
<configuration>
<forkCount>1C</forkCount>
<reuseForks>false</reuseForks>
- <runOrder>alphabetical</runOrder>
+ <runOrder>random</runOrder>
<systemPropertyVariables>
<java.awt.headless>true</java.awt.headless>
</systemPropertyVariables>