aboutsummaryrefslogtreecommitdiff
path: root/test_adb.py
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2021-02-01 18:11:49 -0800
committerJosh Gao <jmgao@google.com>2021-02-01 18:11:49 -0800
commit4658efeb7831ec135f4642e3d4f3aeb7553e0c7e (patch)
treec4cf3fb1c0bf9968139c15ab5acafbe9b6bf8512 /test_adb.py
parent6836b05c237662b041e5316b30c460644bd97906 (diff)
downloadadb-4658efeb7831ec135f4642e3d4f3aeb7553e0c7e.tar.gz
Disable test broken by infra changes.
Bug: http://b/178980410 Test: none Change-Id: I5b56a053bf0aa31bbdca6ca0d84d9cb45818a3a9
Diffstat (limited to 'test_adb.py')
-rwxr-xr-xtest_adb.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test_adb.py b/test_adb.py
index a32d8757..64278dc7 100755
--- a/test_adb.py
+++ b/test_adb.py
@@ -286,9 +286,11 @@ class ServerTest(unittest.TestCase):
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()