Skip to content

Commit

Permalink
enable some tests to run remotely
Browse files Browse the repository at this point in the history
these tests were tagged "local" in order to not use a sandbox. The
"local" tag unfortunately also applies to remote execution. Mark
them "no-sandbox" so that they can run with remote execution.

Progress towards #8033

Closes #8048.

PiperOrigin-RevId: 243626963
  • Loading branch information
buchgr authored and copybara-github committed Apr 15, 2019
1 parent ff35a05 commit 460843f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/test/shell/bazel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ sh_test(
data = [":test-deps"],
shard_count = 3,
tags = [
"local",
"no-sandbox",
"no_windows",
],
)
Expand Down Expand Up @@ -267,7 +267,7 @@ sh_test(
srcs = ["bazel_localtest_test.sh"],
data = [":test-deps"],
tags = [
"local",
"no-sandbox",
"no_windows",
],
)
Expand Down Expand Up @@ -586,7 +586,7 @@ sh_test(
"//src/test/shell:sandboxing_test_utils.sh",
],
tags = [
"local",
"no-sandbox",
"no_windows",
],
)
Expand All @@ -599,7 +599,7 @@ sh_test(
"//src/test/shell:sandboxing_test_utils.sh",
],
tags = [
"local",
"no-sandbox",
"no_windows",
],
)
Expand Down
4 changes: 2 additions & 2 deletions src/test/shell/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sh_test(
"@bazel_tools//tools/bash/runfiles",
],
tags = [
"local",
"no-sandbox",
],
)

Expand Down Expand Up @@ -296,7 +296,7 @@ sh_test(
# This test doesn't work with the sandbox on, see the source file
# for details.
tags = [
"local",
"no-sandbox",
"no_windows",
],
)
Expand Down

0 comments on commit 460843f

Please sign in to comment.