| Index: components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc
|
| diff --git a/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc b/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc
|
| index b49545ea5dec7241e4798cdca9007ad94163ae52..9fa68fd2995d02e1bdea3e76988baf6d4c1e61bb 100644
|
| --- a/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc
|
| +++ b/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc
|
| @@ -48,9 +48,7 @@ namespace dom_distiller {
|
|
|
| const char* kExternalTestResourcesPath =
|
| "third_party/dom_distiller_js/dist/test/data";
|
| -// TODO(wychen) Remove filter when crbug.com/471854 is fixed.
|
| -const char* kTestFilePath =
|
| - "/war/test.html?console_log=0&filter=-*.SchemaOrgParserAccessorTest.*";
|
| +const char* kTestFilePath = "/war/test.html?console_log=0";
|
| const char* kRunJsTestsJs =
|
| "(function() {return org.chromium.distiller.JsTestEntry.run();})();";
|
|
|
|
|