diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2020-04-09 14:17:42 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-09 14:18:49 -0700 |
commit | 5b41f3364230f71e2d0dde0d8608810abe65f99f (patch) | |
tree | 9b9d40bfb1223d19bd21315695a61bb60f0f92a4 /tools | |
parent | 9a5e5ab2fa2623fa5c1acf5faf5527e7eba20c07 (diff) |
Remove "no-sandbox" tag.
It seems no longer necessary.
PiperOrigin-RevId: 305758572
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bazeldefs/platforms.bzl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/bazeldefs/platforms.bzl b/tools/bazeldefs/platforms.bzl index 92b0b5fc0..132040c20 100644 --- a/tools/bazeldefs/platforms.bzl +++ b/tools/bazeldefs/platforms.bzl @@ -2,15 +2,10 @@ # Platform to associated tags. platforms = { - "ptrace": [ - # TODO(b/120560048): Make the tests run without this tag. - "no-sandbox", - ], + "ptrace": [], "kvm": [ "manual", "local", - # TODO(b/120560048): Make the tests run without this tag. - "no-sandbox", ], } |