Skip to content

Commit

Permalink
Disable test broken by infra changes.
Browse files Browse the repository at this point in the history
Bug: http://b/178980410
Test: none
Change-Id: I5b56a053bf0aa31bbdca6ca0d84d9cb45818a3a9
  • Loading branch information
jmgao committed Feb 2, 2021
1 parent 6836b05 commit 4658efe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test_adb.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,11 @@ def test_handle_inheritance(self):
os.name == "posix",
"adb doesn't yet support IPv6 on Windows",
)
def test_starts_on_ipv6_localhost(self):
def disabled_test_starts_on_ipv6_localhost(self):
"""
Tests that the server can start up on ::1 and that it's accessible
Disabled due to b/178980410
"""

server_port = find_open_port()
Expand Down

0 comments on commit 4658efe

Please sign in to comment.