From 1c9b6a6901e95546fc386472923642e862bb13cf Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Fri, 12 Apr 2024 22:09:39 -0700 Subject: [PATCH] chore: disable windows tests on BCR pre-submit (#1644) --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 33f56fee9..38cdbbbea 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -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'