Commit 4306d9f
committed
build(test): migrate pom.xml Surefire env from DO_NOT_TRACK=1 to AXONFLOW_TELEMETRY=off
Caught in deep code review of the DNT-removal sweep. The Surefire test
plugin's <environmentVariables> block was still setting DO_NOT_TRACK=1
to suppress telemetry during local mvn test / IDE Maven test runs.
After the production code stops honoring DNT, this becomes a no-op
for telemetry suppression — so every local mvn test run would have
fired real pings to checkpoint.getaxonflow.com. Flipping to
AXONFLOW_TELEMETRY=off restores the suppression on the same path the
CI workflows already migrated to.1 parent d7c0041 commit 4306d9f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments