mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Disable nogo for pkg/test/criutil:criutil and pkg/test/dockerutil:profile_test.
PiperOrigin-RevId: 674352028
This commit is contained in:
@@ -9,6 +9,7 @@ go_library(
|
||||
name = "criutil",
|
||||
testonly = 1,
|
||||
srcs = ["criutil.go"],
|
||||
nogo = False,
|
||||
visibility = ["//:sandbox"],
|
||||
deps = [
|
||||
"//pkg/test/dockerutil",
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user