From 29f6d596dd780e96958bf7013aa9d89e4864eb19 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Sat, 2 Mar 2024 16:26:58 -0800 Subject: [PATCH] Update presubmit.yml Turn off Windows testing. It's red on BCR. We don't publish windows binaries for our Rust tools yet. --- .bcr/presubmit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 16dd5a62..37b0825a 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -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"