From 77561c1f28f9badc921eb38f313bfcc9499d282c Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 16 Apr 2018 15:22:33 -0700 Subject: [PATCH] Remove out of date comment. Bug: https://code.google.com/p/android/issues/detail?id=189821 Test: N/A Change-Id: I25e64611d0c2db75a9caf0f19e7dd17c725d98a1 --- adb/test_device.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/adb/test_device.py b/adb/test_device.py index b1ad04344..f995be288 100644 --- a/adb/test_device.py +++ b/adb/test_device.py @@ -188,8 +188,6 @@ class ForwardReverseTest(DeviceTest): finally: self.device.reverse_remove_all() - # Note: If you run this test when adb connect'd to a physical device over - # TCP, it will fail in adb reverse due to https://code.google.com/p/android/issues/detail?id=189821 def test_forward_reverse_echo(self): """Send data through adb forward and read it back via adb reverse""" forward_port = 12345