summaryrefslogtreecommitdiffhomepage
path: root/tools/bazeldefs/platforms.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bazeldefs/platforms.bzl')
-rw-r--r--tools/bazeldefs/platforms.bzl7
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",
],
}