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

Commit a8db274a authored by Josh Gao's avatar Josh Gao
Browse files

adb: disable test_device.FileOperationsTest.test_pull_symlink_dir.

selinux prevents us from doing this.

Test: python test_device.py
Change-Id: I7117dd19348b0764638977b7c958331a4839ea4f
parent 6c1b42cc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1033,7 +1033,8 @@ class FileOperationsTest(DeviceTest):
            if host_dir is not None:
                shutil.rmtree(host_dir)

    def test_pull_symlink_dir(self):
    # selinux prevents adbd from accessing symlinks on /data/local/tmp.
    def disabled_test_pull_symlink_dir(self):
        """Pull a symlink to a directory of symlinks to files."""
        try:
            host_dir = tempfile.mkdtemp()