Tag additional test as not compatible with QEMU user-mode emulation

PiperOrigin-RevId: 427409251
Change-Id: I5d853908353923b5b31c8bbb6152bc4f94219b45
This commit is contained in:
Christian Blichmann 2022-02-09 01:41:01 -08:00 committed by Copybara-Service
parent dc03c38df1
commit 4ad8484e63

View File

@ -57,4 +57,5 @@ sh_test(
name = "static_sandbox_test",
srcs = ["static_sandbox_test.sh"],
data = [":static_sandbox"],
tags = ["no_qemu_user_mode"],
)