Skip to content

Commit 4f32620

Browse files
turn off currents reporting by default on windows (#9682)
Turns of currents reporting for windows by default. ### QA Notes <!-- Positron team members: please add relevant e2e test tags, so the tests can be run when you open this pull request. - Instructions: https://github.com/posit-dev/positron/blob/main/test/e2e/README.md#pull-requests-and-test-tags - Available tags: https://github.com/posit-dev/positron/blob/main/test/e2e/infra/test-runner/test-tags.ts --> <!-- Add additional information for QA on how to validate the change, paying special attention to the level of risk, adjacent areas that could be affected by the change, and any important contextual information not present in the linked issues. -->
1 parent a7b9d88 commit 4f32620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-e2e-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636
required: false
3737
description: "Whether or not to report results to Currents."
3838
type: boolean
39-
default: true
39+
default: false
4040
upload_logs:
4141
required: false
4242
description: "Whether or not to upload e2e test logs."

0 commit comments

Comments
 (0)