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

Commit 01033abd authored by Guang Zhu's avatar Guang Zhu
Browse files

Filter out failing cases for future investigation.

parent 4f8bb4c8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -96,7 +96,9 @@ public class FileFilter {
        // Android layout tests are stored in "layout_tests". The following two
        // tests expect "LayoutTests" in their output.
        "storage/domstorage/localstorage/iframe-events.html",
        "storage/domstorage/sessionstorage/iframe-events.html"
        "storage/domstorage/sessionstorage/iframe-events.html",
        // below tests (failed or crashes) are filtered out temporarily due to prioritizing
        "editing/selection/move-left-right.html",
    };
    
    static void fillIgnoreResultSet() {