diff options
author | Kevin Krakauer <krakauer@google.com> | 2020-01-09 13:41:52 -0800 |
---|---|---|
committer | Kevin Krakauer <krakauer@google.com> | 2020-01-09 13:41:52 -0800 |
commit | 89d11b4d96b0c40e373f14ba72d570c9b894f976 (patch) | |
tree | 4a6c9e0c9463a12b0daf11f1c5bfe11a60e8dbe6 /test/iptables/runner/BUILD | |
parent | aeb3a4017b9bc038ebe5630fe270d5ea8691d141 (diff) |
Added a test that we don't pass yet
Diffstat (limited to 'test/iptables/runner/BUILD')
-rw-r--r-- | test/iptables/runner/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/iptables/runner/BUILD b/test/iptables/runner/BUILD index c6c42d870..a5b6f082c 100644 --- a/test/iptables/runner/BUILD +++ b/test/iptables/runner/BUILD @@ -10,6 +10,7 @@ container_image( go_image( name = "runner", + testonly = 1, srcs = ["main.go"], base = ":iptables-base", deps = ["//test/iptables"], |