Commit 42c1ee98 authored by Wei-Yin Chen (陳威尹)'s avatar Wei-Yin Chen (陳威尹) Committed by Commit Bot

Enable all DistillerPageWebContentsTest tests

Enabled:
- DistillerPageWebContentsTest.UsingCurrentWebContentsReadyForDistillation
- DistillerPageWebContentsTest.UsingCurrentWebContentsNotFinishedLoadingYet

These tests were reported flaky, but couldn't repro locally. Re-enable
to get more info on bots.

BUG=648578

Change-Id: Ifee5adf4fded7d549d8480d5148c603c45319fe3
Reviewed-on: https://chromium-review.googlesource.com/566591Reviewed-by: default avatarMatthew Jones <mdjones@chromium.org>
Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#487178}
parent dae797a0
......@@ -313,7 +313,7 @@ IN_PROC_BROWSER_TEST_F(DistillerPageWebContentsTest,
}
IN_PROC_BROWSER_TEST_F(DistillerPageWebContentsTest,
DISABLED_UsingCurrentWebContentsNotFinishedLoadingYet) {
UsingCurrentWebContentsNotFinishedLoadingYet) {
std::string url(kSimpleArticlePath);
bool expect_new_web_contents = false;
bool setup_main_frame_observer = true;
......@@ -325,7 +325,7 @@ IN_PROC_BROWSER_TEST_F(DistillerPageWebContentsTest,
}
IN_PROC_BROWSER_TEST_F(DistillerPageWebContentsTest,
DISABLED_UsingCurrentWebContentsReadyForDistillation) {
UsingCurrentWebContentsReadyForDistillation) {
std::string url(kSimpleArticlePath);
bool expect_new_web_contents = false;
bool setup_main_frame_observer = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment