Skip to content

Commit 388ad3c

Browse files
ayushr2gvisor-bot
authored andcommitted
Disable nogo tests for ioctl_sniffer
This has C++ dependencies, so it can't be tested with nogo. PiperOrigin-RevId: 649565444
1 parent b488752 commit 388ad3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/ioctl_sniffer/BUILD

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ go_binary(
4444
# `:ioctl_hook`'s actual output file.
4545
":ioctl_hook", # keep
4646
],
47+
# Disable nogo tests because this has C++ dependencies.
48+
nogo = False,
4749
static = True,
4850
visibility = [
4951
"//test:__subpackages__",

0 commit comments

Comments
 (0)