Remove "no-sandbox" tag.

It seems no longer necessary.

PiperOrigin-RevId: 305758572
This commit is contained in:
Nicolas Lacasse
2020-04-09 14:18:49 -07:00
committed by gVisor bot
parent 9a5e5ab2fa
commit 5b41f33642
+1 -6
View File
@@ -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",
],
}