Disable nogo for pkg/test/criutil:criutil and pkg/test/dockerutil:profile_test.

PiperOrigin-RevId: 674352028
This commit is contained in:
Ayush Ranjan
2024-09-13 10:40:44 -07:00
committed by gVisor bot
parent 548733574e
commit e3aa1bf7dd
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ go_library(
name = "criutil",
testonly = 1,
srcs = ["criutil.go"],
nogo = False,
visibility = ["//:sandbox"],
deps = [
"//pkg/test/dockerutil",
+1
View File
@@ -54,6 +54,7 @@ go_test(
"profile_test.go",
],
library = ":dockerutil",
nogo = False,
tags = [
# Requires docker and runsc to be configured before test runs.
# Also requires the test to be run as root.