Automated rollback of commit 43ce0d48cafde6a412eac73780ea0af2eca75401.
*** Reason for rollback ***
We fixed the issues with Windows SDK on the infra side, so the test should work again.
*** Original change description ***
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: 293564385
diff --git a/src/BUILD b/src/BUILD
index 2c32624..e86757d 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -512,8 +512,7 @@
"//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",
- # TODO(philwo): Enable again after fixing windows workers.
- # "//src/test/res:all_windows_tests",
+ "//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",