Merge change 22559 into eclair
* changes: Filter out worker tests from layout suite because merely disabling worker in webview settings no longer works.
This commit is contained in:
@@ -79,7 +79,8 @@ public class FileFilter {
|
|||||||
"profiler", // profiler is not supported
|
"profiler", // profiler is not supported
|
||||||
"svg", // svg is not supported
|
"svg", // svg is not supported
|
||||||
"platform", // platform specific
|
"platform", // platform specific
|
||||||
"http" // requires local http(s) server
|
"http", // requires local http(s) server
|
||||||
|
"fast/workers",
|
||||||
};
|
};
|
||||||
|
|
||||||
static final String [] ignoreTestList = {
|
static final String [] ignoreTestList = {
|
||||||
|
|||||||
Reference in New Issue
Block a user