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"],
 )