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

Commit 52c6c108 authored by Brett Chabot's avatar Brett Chabot Committed by Android (Google) Code Review
Browse files

Merge "Remove flaky test MemoryFileTest:testPurge from large suite."

parents 04708b57 e1e37c63
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -42,7 +42,8 @@ public class MemoryFileTest extends AndroidTestCase {
    /**
     * Keep allocating new files till the system purges them.
     */
    @LargeTest
    // Flaky test - temporarily suppress from large suite for now
    // @LargeTest
    public void testPurge() throws Exception {
        List<MemoryFile> files = new ArrayList<MemoryFile>();
        try {