commit | 4ad8484e63c083392f5366063a04bd16abf59ae0 | [log] [tgz] |
---|---|---|
author | Christian Blichmann <cblichmann@google.com> | Wed Feb 09 01:41:01 2022 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Feb 09 01:41:38 2022 -0800 |
tree | d32164443f2afe6dcb4448b0fbe5844be2a8eafb | |
parent | dc03c38df1f5e1ec042ce811fe6466e0f93e43d2 [diff] |
Tag additional test as not compatible with QEMU user-mode emulation PiperOrigin-RevId: 427409251 Change-Id: I5d853908353923b5b31c8bbb6152bc4f94219b45
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 @@ name = "static_sandbox_test", srcs = ["static_sandbox_test.sh"], data = [":static_sandbox"], + tags = ["no_qemu_user_mode"], )