Skip to content

Commit 89c9aab

Browse files
chore: set DO_NOT_TRACK=1 globally in test suite (#110)
Add DO_NOT_TRACK environment variable to Surefire plugin config, preventing telemetry pings to the checkpoint endpoint during local development and CI test runs.
1 parent 47f3af1 commit 89c9aab

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@
185185
<exclude>**/*IT.java</exclude>
186186
<exclude>**/*IntegrationTest.java</exclude>
187187
</excludes>
188+
<environmentVariables>
189+
<DO_NOT_TRACK>1</DO_NOT_TRACK>
190+
</environmentVariables>
188191
</configuration>
189192
</plugin>
190193

0 commit comments

Comments
 (0)