aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar brandjon <brandjon@google.com>2017-08-10 23:44:23 +0200
committerGravatar Marcel Hlopko <hlopko@google.com>2017-08-11 12:56:43 +0200
commit4bc9509dadfb13255ae7db896718d55d87599aef (patch)
treeea2d6c179843eb2366e8a86b635c6a885068b5e6 /src/test/shell/integration/BUILD
parent92a225d14ce070596ce333762db96236a868eb46 (diff)
Up the size of skylark_flag_test to "medium" to avoid timeouts
Fixes #3072 RELNOTES: None PiperOrigin-RevId: 164906305
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index edafc4ef5c..b4670ed90c 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -164,11 +164,9 @@ sh_test(
sh_test(
name = "skylark_flag_test",
- size = "small",
+ size = "medium",
srcs = ["skylark_flag_test.sh"],
data = [":test-deps"],
- # TODO(brandjon): Fix GitHub issue #3072 and remove the "manual" tag.
- tags = ["manual"],
)
sh_test(