From 43ce0d48cafde6a412eac73780ea0af2eca75401 Mon Sep 17 00:00:00 2001 From: twerth Date: Tue, 4 Feb 2020 08:11:01 -0800 Subject: [PATCH] Disable test while our windows workers are broken. It seems that a recent update to our Windows CI machines broke this test. RELNOTES: None PiperOrigin-RevId: 293148524 --- src/BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/BUILD b/src/BUILD index af2999ae8d7abc..425c5885787b30 100644 --- a/src/BUILD +++ b/src/BUILD @@ -527,7 +527,8 @@ test_suite( "//src/test/java/com/google/devtools/common/options:all_windows_tests", "//src/test/native/windows:all_windows_tests", "//src/test/py/bazel:all_windows_tests", - "//src/test/res:all_windows_tests", + # TODO(philwo): Enable again after fixing windows workers. + # "//src/test/res:all_windows_tests", "//src/test/shell:all_windows_tests", "//src/test/shell/bazel/android:all_windows_tests", "//src/tools/launcher:all_windows_tests",