summaryrefslogtreecommitdiff
path: root/adb/test_device.py
diff options
context:
space:
mode:
Diffstat (limited to 'adb/test_device.py')
-rwxr-xr-xadb/test_device.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/test_device.py b/adb/test_device.py
index c3166ffe1..34f8fd9fa 100755
--- a/adb/test_device.py
+++ b/adb/test_device.py
@@ -750,7 +750,7 @@ class FileOperationsTest(DeviceTest):
if host_dir is not None:
shutil.rmtree(host_dir)
- def test_push_empty(self):
+ def disabled_test_push_empty(self):
"""Push an empty directory to the device."""
self.device.shell(['rm', '-rf', self.DEVICE_TEMP_DIR])
self.device.shell(['mkdir', self.DEVICE_TEMP_DIR])