Skip to content

Commit

Permalink
fix: disable telemetry in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <adietish@redhat.com>
  • Loading branch information
adietish committed May 17, 2024
1 parent b58a489 commit 556541b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ configurations {
}

test {
systemProperties["com.redhat.devtools.intellij.telemetry.mode"] = "disabled"
afterSuite { desc, result ->
if (!desc.parent)
println("${result.resultType} " +
Expand Down Expand Up @@ -119,7 +120,7 @@ publishPlugin {

runIdeForUiTests {
systemProperty "robot-server.port", System.getProperty("robot-server.port")
systemProperties["com.redhat.devtools.intellij.telemetry.mode"] = "debug"
systemProperties["com.redhat.devtools.intellij.telemetry.mode"] = "disabled"
}

task generateSchemas {
Expand Down

0 comments on commit 556541b

Please sign in to comment.