Do not run static test on AArch64 user mode emulation

PiperOrigin-RevId: 417556328
Change-Id: Ib04b3c6bbe8e5fcece11652c7a751a319899b73c
This commit is contained in:
Christian Blichmann 2021-12-21 00:16:44 -08:00 committed by Copybara-Service
parent 3f5184770d
commit aa3f60148c

View File

@ -29,6 +29,7 @@ cc_binary(
srcs = ["static_sandbox.cc"],
copts = sapi_platform_copts(),
data = [":static_bin"],
tags = ["no_qemu_user_mode"],
deps = [
"//sandboxed_api:config",
"//sandboxed_api/sandbox2",