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

Commit 45e38f84 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 22559 into eclair

* changes:
  Filter out worker tests from layout suite because merely disabling worker in webview settings no longer works.
parents 0d05be3f 8e3a84cd
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 = {