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

Commit 8e3a84cd authored by Guang Zhu's avatar Guang Zhu
Browse files

Filter out worker tests from layout suite because merely disabling worker in...

Filter out worker tests from layout suite because merely disabling worker in webview settings no longer works.
parent b321625b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -79,7 +79,8 @@ public class FileFilter {
        "profiler",  // profiler is not supported
        "svg",  // svg is not supported
        "platform",  // platform specific
        "http"  // requires local http(s) server
        "http",  // requires local http(s) server
        "fast/workers",
    };
        
    static final String [] ignoreTestList = {