From 5b41f3364230f71e2d0dde0d8608810abe65f99f Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Thu, 9 Apr 2020 14:17:42 -0700 Subject: [PATCH] Remove "no-sandbox" tag. It seems no longer necessary. PiperOrigin-RevId: 305758572 --- tools/bazeldefs/platforms.bzl | 7 +------ 1 file changed, 1 insertion(+), 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", ], }