Merge pull request #2879 from avagin:test-hostinet

PiperOrigin-RevId: 314970516
This commit is contained in:
gVisor bot 2020-06-05 12:05:07 -07:00
commit 45bf7492ef
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ def _syscall_test(
# we figure out how to request ipv4 sockets on Guitar machines.
if network == "host":
tags.append("noguitar")
tags.append("block-network")
# Disable off-host networking.
tags.append("requires-net:loopback")