diff options
-rw-r--r-- | chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc b/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc index 3489f66..c3b2310 100644 --- a/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc +++ b/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc @@ -154,7 +154,7 @@ bool DomDistillerViewerSourceBrowserTest::expect_distillation_ = false; // are enabled when the article exists in the database. // Flakiness: crbug.com/356866 IN_PROC_BROWSER_TEST_F(DomDistillerViewerSourceBrowserTest, - FLAKY_NoWebUIBindingsArticleExists) { + DISABLED_NoWebUIBindingsArticleExists) { // Ensure there is one item in the database, which will trigger distillation. const ArticleEntry entry = CreateEntry("DISTILLED", "http://example.com/1"); AddEntry(entry, database_model_); @@ -179,7 +179,7 @@ IN_PROC_BROWSER_TEST_F(DomDistillerViewerSourceBrowserTest, // are enabled when requesting to view an arbitrary URL. // Flakiness: crbug.com/356866 IN_PROC_BROWSER_TEST_F(DomDistillerViewerSourceBrowserTest, - FLAKY_NoWebUIBindingsViewUrl) { + DISABLED_NoWebUIBindingsViewUrl) { // We should expect distillation for any valid URL. expect_distillation_ = true; GURL view_url("http://www.example.com/1"); |