diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-07-28 18:01:54 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-07-28 18:01:54 -0700 |
commit | 1e829a7c860756a9f24aac09c6880733f864499b (patch) | |
tree | b0e698d4157266a31a53ebe376c220540cd99cec /test/iptables/BUILD | |
parent | c1c643abe7be45991c8004d0de2b31716702d527 (diff) | |
parent | d9c9420335a78b54bc04ec0639d89539b4c3972c (diff) |
Merge pull request #3025 from kevinGC:ipv6-iptables-testing2
PiperOrigin-RevId: 323692144
Diffstat (limited to 'test/iptables/BUILD')
-rw-r--r-- | test/iptables/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/iptables/BUILD b/test/iptables/BUILD index 3e29ca90d..40b63ebbe 100644 --- a/test/iptables/BUILD +++ b/test/iptables/BUILD @@ -20,6 +20,7 @@ go_library( go_test( name = "iptables_test", + size = "large", srcs = [ "iptables_test.go", ], |