| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android_unittest.py
|
| index f4eb155c27116675c6ce6d9fba7d3ff82337fa8c..96d8990459fcb818a2da98fd3ace04fd187a6d2e 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android_unittest.py
|
| @@ -93,6 +93,8 @@ class AndroidPortTest(port_testcase.PortTestCase):
|
| def test_check_build(self):
|
| host = MockSystemHost()
|
| port = self.make_port(host=host, options=optparse.Values({'child_processes': 1}))
|
| + # Checking the devices is not tested in this unit test.
|
| + port._check_devices = lambda _: None
|
| host.filesystem.exists = lambda p: True
|
| port.check_build(needs_http=True, printer=port_testcase.FakePrinter())
|
|
|
|
|