Commit 5e0c2251 authored by Yi Gu's avatar Yi Gu Committed by Commit Bot

Disable test that should be using the new API QuitClosure

TBR=wez@chromium.org
NOTRY=True

Bug: 859151
Change-Id: Id45c6e679ea50523e99a72cf9ae52a7bd1254286
Reviewed-on: https://chromium-review.googlesource.com/1121631Reviewed-by: default avatarYi Gu <yigu@chromium.org>
Commit-Queue: Yi Gu <yigu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571755}
parent a0242d88
...@@ -134,8 +134,9 @@ class DistillablePageUtilsBrowserTestOption : public InProcessBrowserTest { ...@@ -134,8 +134,9 @@ class DistillablePageUtilsBrowserTestOption : public InProcessBrowserTest {
using DistillablePageUtilsBrowserTestAlways = using DistillablePageUtilsBrowserTestAlways =
DistillablePageUtilsBrowserTestOption<kAlwaysTrue>; DistillablePageUtilsBrowserTestOption<kAlwaysTrue>;
// This test should be updated to use QuitClosure. See crbug.com/859151.
IN_PROC_BROWSER_TEST_F(DistillablePageUtilsBrowserTestAlways, IN_PROC_BROWSER_TEST_F(DistillablePageUtilsBrowserTestAlways,
TestDelegate) { DISABLED_TestDelegate) {
for (unsigned i = 0; i < sizeof(kAllPaths) / sizeof(kAllPaths[0]); ++i) { for (unsigned i = 0; i < sizeof(kAllPaths) / sizeof(kAllPaths[0]); ++i) {
testing::InSequence dummy; testing::InSequence dummy;
EXPECT_CALL(holder_, OnResult(true, true, _)) EXPECT_CALL(holder_, OnResult(true, 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