Disable nogo tests for ioctl_sniffer

This has C++ dependencies, so it can't be tested with nogo.

PiperOrigin-RevId: 649565444
This commit is contained in:
Ayush Ranjan
2024-07-05 00:14:50 -07:00
committed by gVisor bot
parent b488752cba
commit 388ad3c640
+2
View File
@@ -44,6 +44,8 @@ go_binary(
# `:ioctl_hook`'s actual output file.
":ioctl_hook", # keep
],
# Disable nogo tests because this has C++ dependencies.
nogo = False,
static = True,
visibility = [
"//test:__subpackages__",