aboutsummaryrefslogtreecommitdiff
path: root/test_adb.py
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-03-03 16:23:05 +0000
committerElliott Hughes <enh@google.com>2021-03-03 16:23:05 +0000
commit0bab0263d92f8c9d7e133a7acdc283024d5ed5b7 (patch)
tree5824f9e7efdf233b2b40b022e7ba2e4b3cb90859 /test_adb.py
parent4658efeb7831ec135f4642e3d4f3aeb7553e0c7e (diff)
downloadadb-0bab0263d92f8c9d7e133a7acdc283024d5ed5b7.tar.gz
Revert "Disable test broken by infra changes."
This reverts commit 4658efeb7831ec135f4642e3d4f3aeb7553e0c7e now the test infrastructure is fixed. Bug: http://b/178980410 Change-Id: Ie263f8211c383eb0b2fe3d42852a535758d2898c Test: none
Diffstat (limited to 'test_adb.py')
-rwxr-xr-xtest_adb.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test_adb.py b/test_adb.py
index 64278dc7..a32d8757 100755
--- a/test_adb.py
+++ b/test_adb.py
@@ -286,11 +286,9 @@ class ServerTest(unittest.TestCase):
os.name == "posix",
"adb doesn't yet support IPv6 on Windows",
)
- def disabled_test_starts_on_ipv6_localhost(self):
+ def 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()