commit | 9bfa166ad9ea022236f4281d9081645c148b661f | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Thu Feb 21 18:16:21 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 21 18:16:21 2019 +0000 |
tree | be6f75b5071efac8dab7cbda500e81c4c2b57622 | |
parent | 1cdd96cb1030dbab31b37911f808968750b92ae4 [diff] | |
parent | fb4c13500f4341c615a67d76d65822e745f59cbd [diff] |
Merge "Temporarily @ignore test_reconnect"
diff --git a/adb/test_adb.py b/adb/test_adb.py index 14e5071..8272722 100755 --- a/adb/test_adb.py +++ b/adb/test_adb.py
@@ -416,6 +416,7 @@ 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."""