diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-05-05 12:41:59 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-05 12:43:28 -0700 |
commit | e5d9e7c3b2920ef6f7034aa5180f059b6ccecb54 (patch) | |
tree | cf9793107df4235403cbdd0ffeca636489834ff0 | |
parent | faf89dd31a44b8409b32919d7193834e194ecc56 (diff) |
Internal change.
PiperOrigin-RevId: 310001058
-rw-r--r-- | test/runtimes/proctor/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtimes/proctor/BUILD b/test/runtimes/proctor/BUILD index 50a26d182..da1e331e1 100644 --- a/test/runtimes/proctor/BUILD +++ b/test/runtimes/proctor/BUILD @@ -21,6 +21,7 @@ go_test( size = "small", srcs = ["proctor_test.go"], library = ":proctor", + nocgo = 1, deps = [ "//pkg/test/testutil", ], |