Skip to content

Commit

Permalink
chore: disable windows tests on BCR pre-submit (#1644)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Apr 13, 2024
1 parent 4801fe2 commit 1c9b6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ bcr_test_module:
module_path: 'e2e/bzlmod'
matrix:
bazel: ['7.x', '6.x']
platform: ['debian10', 'macos', 'ubuntu2004', 'windows']
platform: ['debian10', 'macos', 'ubuntu2004']
tasks:
run_tests:
name: 'Run test module'
Expand Down

0 comments on commit 1c9b6a6

Please sign in to comment.