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

Commit 790e71d8 authored by Leon Clarke's avatar Leon Clarke Committed by Android (Google) Code Review
Browse files

Merge "Add indexeddb files to the skip list"

parents b4985e0e 970effc0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@ public class FileFilter {
        ignoreResultList.add("http/tests/xmlhttprequest/workers"); // workers not supported
        ignoreResultList.add("storage/domstorage/localstorage/private-browsing-affects-storage.html"); // private browsing not supported
        ignoreResultList.add("storage/domstorage/sessionstorage/private-browsing-affects-storage.html"); // private browsing not supported
        ignoreResultList.add("storage/indexeddb"); // indexeddb not supported
        ignoreResultList.add("storage/private-browsing-readonly.html"); // private browsing not supported
        ignoreResultList.add("websocket/tests/workers"); // workers not supported