diff --git a/pkg/test/criutil/BUILD b/pkg/test/criutil/BUILD index 7012fc174..0e0f4b0a4 100644 --- a/pkg/test/criutil/BUILD +++ b/pkg/test/criutil/BUILD @@ -9,6 +9,7 @@ go_library( name = "criutil", testonly = 1, srcs = ["criutil.go"], + nogo = False, visibility = ["//:sandbox"], deps = [ "//pkg/test/dockerutil", diff --git a/pkg/test/dockerutil/BUILD b/pkg/test/dockerutil/BUILD index 6c5ce1b6a..4ed00ce93 100644 --- a/pkg/test/dockerutil/BUILD +++ b/pkg/test/dockerutil/BUILD @@ -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.