aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index e496e69c63..6adab3550c 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -244,8 +244,10 @@ sh_test(
name = "skylark_flag_test",
size = "medium",
srcs = ["skylark_flag_test.sh"],
- data = [":test-deps"],
- tags = ["no_windows"],
+ data = [
+ ":test-deps",
+ "@bazel_tools//tools/bash/runfiles",
+ ],
)
sh_test(