| Index: components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc
|
| diff --git a/components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc b/components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc
|
| index 18325c37269fd73cbb4fa126bd8647099355d17e..f79702cd409a77a884776ac4756ee3639ff13a83 100644
|
| --- a/components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc
|
| +++ b/components/dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc
|
| @@ -315,7 +315,7 @@ IN_PROC_BROWSER_TEST_F(DistillerPageWebContentsTest,
|
| }
|
|
|
| IN_PROC_BROWSER_TEST_F(DistillerPageWebContentsTest,
|
| - UsingCurrentWebContentsNotFinishedLoadingYet) {
|
| + DISABLED_UsingCurrentWebContentsNotFinishedLoadingYet) {
|
| std::string url(kSimpleArticlePath);
|
| bool expect_new_web_contents = false;
|
| bool setup_main_frame_observer = true;
|
| @@ -327,7 +327,7 @@ IN_PROC_BROWSER_TEST_F(DistillerPageWebContentsTest,
|
| }
|
|
|
| IN_PROC_BROWSER_TEST_F(DistillerPageWebContentsTest,
|
| - UsingCurrentWebContentsReadyForDistillation) {
|
| + DISABLED_UsingCurrentWebContentsReadyForDistillation) {
|
| std::string url(kSimpleArticlePath);
|
| bool expect_new_web_contents = false;
|
| bool setup_main_frame_observer = true;
|
|
|