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

Commit 7c2d6659 authored by Ben Reich's avatar Ben Reich
Browse files

Enable test to verify isRecursiveCopy of downloads and internal storage

This test has been disabled previously for being flaky locally.
Unfortunately it provides coverage for a rather large and critical code
block in the CopyJob. Let's enable it and watch the flakiness of it to
make it more robust instead of just disabling it.

Bug: 395926758
Flag: EXEMPT Test enablement
Test: atest testRecursiveCopyDocuments_InternalStorageToDownloadsProvider
Change-Id: I67cd6fa80afb02af795baedca82b515ab24f5371
parent cc476085
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -489,7 +489,7 @@ public class FileCopyUiTest extends ActivityTest<FilesActivity> {
    }

    @HugeLongTest
    public void ignored_testRecursiveCopyDocuments_InternalStorageToDownloadsProvider()
    public void testRecursiveCopyDocuments_InternalStorageToDownloadsProvider()
            throws Exception {
        // Create Download folder if it doesn't exist.
        DocumentInfo info = mStorageDocsHelper.findFile(mPrimaryRoot.documentId, "Download");