diff options
author | Michael Pratt <mpratt@google.com> | 2020-06-15 13:34:33 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-15 13:36:24 -0700 |
commit | 885605c5e412f9ced42766094368c86be1002cff (patch) | |
tree | 86b4ae8c4760406cb3aaad92092e1b8fa605ceb4 /test/runtimes/runner/BUILD | |
parent | eb6d3d7710946c39d0ffb6e0a6307e0c2f3bd135 (diff) |
Remove blacklist from //test/runtimes
Updates #2972
PiperOrigin-RevId: 316534165
Diffstat (limited to 'test/runtimes/runner/BUILD')
-rw-r--r-- | test/runtimes/runner/BUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/runtimes/runner/BUILD b/test/runtimes/runner/BUILD index 63924b9c5..3972244b9 100644 --- a/test/runtimes/runner/BUILD +++ b/test/runtimes/runner/BUILD @@ -14,8 +14,8 @@ go_binary( ) go_test( - name = "blacklist_test", + name = "exclude_test", size = "small", - srcs = ["blacklist_test.go"], + srcs = ["exclude_test.go"], library = ":runner", ) |