Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7551a6cd authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "adb: disable failing test." am: c4876f19 am: 089faef2

am: d069502e

Change-Id: I8a79ef17e43814658f15b1ee50940eb5c7d05bfe
parents 3c2e975c d069502e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -903,10 +903,12 @@ class FileOperationsTest(DeviceTest):
            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)