Skip to content

Commit

Permalink
Update presubmit.yml
Browse files Browse the repository at this point in the history
Turn off Windows testing. It's red on BCR. We don't publish windows binaries for our Rust tools yet.
  • Loading branch information
alexeagle authored Mar 3, 2024
1 parent 734070b commit 29f6d59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ bcr_test_module:
module_path: "e2e/smoke"
matrix:
bazel: ["7.x", "6.x"]
platform: ["debian10", "macos", "ubuntu2004", "windows"]
# TODO(#9): add windows to this list
platform: ["debian10", "macos", "ubuntu2004"]
tasks:
run_tests:
name: "Run test module"
Expand Down

0 comments on commit 29f6d59

Please sign in to comment.