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

Commit e1e37c63 authored by Brett Chabot's avatar Brett Chabot
Browse files

Remove flaky test MemoryFileTest:testPurge from large suite.

Bug 2203775

Change-Id: I4709c0910384f1f2313dc67bfe6e163beaa990e6
parent e118d6fb
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 {