Merge "Temporarily @ignore test_reconnect"

This commit is contained in:
Julien Desprez 2019-02-21 18:16:21 +00:00 committed by Gerrit Code Review
commit 9bfa166ad9

View file

@ -416,6 +416,7 @@ class ConnectionTest(unittest.TestCase):
output.strip(),
"already connected to {}".format(serial).encode("utf8"))
@unittest.skip("Currently failing b/123247844")
def test_reconnect(self):
"""Ensure that a disconnected device reconnects."""