From 4ad8484e63c083392f5366063a04bd16abf59ae0 Mon Sep 17 00:00:00 2001 From: Christian Blichmann Date: Wed, 9 Feb 2022 01:41:01 -0800 Subject: [PATCH] Tag additional test as not compatible with QEMU user-mode emulation PiperOrigin-RevId: 427409251 Change-Id: I5d853908353923b5b31c8bbb6152bc4f94219b45 --- sandboxed_api/sandbox2/examples/static/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/sandboxed_api/sandbox2/examples/static/BUILD.bazel b/sandboxed_api/sandbox2/examples/static/BUILD.bazel index 74f49ec..17fbe5f 100644 --- a/sandboxed_api/sandbox2/examples/static/BUILD.bazel +++ b/sandboxed_api/sandbox2/examples/static/BUILD.bazel @@ -57,4 +57,5 @@ sh_test( name = "static_sandbox_test", srcs = ["static_sandbox_test.sh"], data = [":static_sandbox"], + tags = ["no_qemu_user_mode"], )