Skip to content

Commit 4a88c53

Browse files
committedJun 26, 2024··
Disable PTS
1 parent 6d5064f commit 4a88c53

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.mvn/develocity.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
</obfuscation>
1111
<publishing>
1212
<onlyIf>
13-
<![CDATA[authenticated]]>
13+
<![CDATA[env['CI'] != null]]>
1414
</onlyIf>
1515
</publishing>
16-
<backgroundBuildScanUpload>#{isFalse(env['GITHUB_ACTIONS'])}</backgroundBuildScanUpload>
16+
<backgroundBuildScanUpload>false</backgroundBuildScanUpload>
1717
</buildScan>
1818
<buildCache>
1919
<local>
20-
<enabled>#{isFalse(env['GITHUB_ACTIONS'])}</enabled>
20+
<enabled>false</enabled>
2121
</local>
2222
<remote>
2323
<enabled>false</enabled>

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
<project.build.outputTimestamp>2024-03-06T09:31:11Z</project.build.outputTimestamp>
321321

322322
<!-- Enables Predictive Test Selection for the project -->
323-
<predictive.test.selection.enabled>true</predictive.test.selection.enabled>
323+
<predictive.test.selection.enabled>false</predictive.test.selection.enabled>
324324

325325
<!-- ========================
326326
Site-specific properties
@@ -601,7 +601,7 @@
601601
<configuration>
602602
<forkCount>1C</forkCount>
603603
<reuseForks>false</reuseForks>
604-
<runOrder>alphabetical</runOrder>
604+
<runOrder>random</runOrder>
605605
<systemPropertyVariables>
606606
<java.awt.headless>true</java.awt.headless>
607607
</systemPropertyVariables>

0 commit comments

Comments
 (0)
Please sign in to comment.