Merge "adb: disable failing test." am: c4876f1905 am: 089faef2a2 am: d069502ed6
am: 7551a6cdac
Change-Id: I93a18b497f42582ee578467a34494defee766af9
diff --git a/adb/test_device.py b/adb/test_device.py
index 32d797e..57925e8 100755
--- a/adb/test_device.py
+++ b/adb/test_device.py
@@ -903,10 +903,12 @@
remote_path += '/filename'
self.device.push(local=tmp_file.name, remote=remote_path)
- def test_push_multiple_slash_root(self):
+ def disabled_test_push_multiple_slash_root(self):
"""Regression test for pushing to //data/local/tmp.
Bug: http://b/141311284
+
+ Disabled because this broken on the adbd side as well: b/141943968
"""
with tempfile.NamedTemporaryFile() as tmp_file:
tmp_file.write('\0' * 1024 * 1024)