diff options
author | Josh Gao <jmgao@google.com> | 2018-10-22 13:00:05 -0700 |
---|---|---|
committer | Josh Gao <jmgao@google.com> | 2018-10-23 18:28:46 +0000 |
commit | fb08510784700b2c6b86fc2c495b925024b51b30 (patch) | |
tree | 8e386656de89833ebc16f61be645572d5654b675 /adb/test_device.py | |
parent | 29814deaa7280604c9699055da81dcd658192e93 (diff) |
Add feature flag for b/110953234 fix.
Bug: http://b/110953234
Bug: http://b/117946501
Test: adb features
Test: test_device.py
Change-Id: I340a30544a6d0ab1b2545e5371c8f98d04158c56
Diffstat (limited to 'adb/test_device.py')
-rwxr-xr-x | adb/test_device.py | 2 |
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]) |