Commit 88f6e58e authored by Henrik Boström's avatar Henrik Boström Committed by Commit Bot

Disable flaky ChildFrameCaptureContentFirst.

See bug.

TBR=michaelbai@chromium.org, changwan@chromium.org
NOTRY=True

Bug: 1010416
Change-Id: I03df0ab4ea40aecd09511a0129861b439326f577
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834085Reviewed-by: default avatarHenrik Boström <hbos@chromium.org>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701977}
parent d271d602
...@@ -493,7 +493,15 @@ TEST_F(ContentCaptureReceiverTest, RenderFrameHostGone) { ...@@ -493,7 +493,15 @@ TEST_F(ContentCaptureReceiverTest, RenderFrameHostGone) {
DidRemoveContent(expected_removed_ids()); DidRemoveContent(expected_removed_ids());
} }
TEST_F(ContentCaptureReceiverTest, ChildFrameCaptureContentFirst) { // TODO(https://crbug.com/1010416): Fix flakes on win10_chromium_x64_rel_ng and
// re-enable this test.
#if defined(OS_WIN)
#define MAYBE_ChildFrameCaptureContentFirst \
DISABLED_ChildFrameCaptureContentFirst
#else
#define MAYBE_ChildFrameCaptureContentFirst ChildFrameCaptureContentFirst
#endif
TEST_F(ContentCaptureReceiverTest, MAYBE_ChildFrameCaptureContentFirst) {
// Simulate add child frame. // Simulate add child frame.
SetupChildFrame(); SetupChildFrame();
// Simulate to capture the content from child frame. // Simulate to capture the content from child frame.
......
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