Commit 941a0d74 authored by Hayato Ito's avatar Hayato Ito Committed by Commit Bot

Disable flaky FrameImplTest.PostMessage test

Chromium sheriff.

TBR=wez@chromium.org

Bug: 907717
Change-Id: Id0a5bb81ed623572e87f19b9229048febdd3ff2c
Reviewed-on: https://chromium-review.googlesource.com/c/1347642Reviewed-by: default avatarHayato Ito <hayato@chromium.org>
Commit-Queue: Hayato Ito <hayato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#610299}
parent ecaa51f0
......@@ -781,7 +781,8 @@ class AsyncValueReceiver {
DISALLOW_COPY_AND_ASSIGN(AsyncValueReceiver<T>);
};
IN_PROC_BROWSER_TEST_F(FrameImplTest, PostMessage) {
// Flaky. https://crbug.com/907717
IN_PROC_BROWSER_TEST_F(FrameImplTest, DISABLED_PostMessage) {
chromium::web::FramePtr frame = CreateFrame();
ASSERT_TRUE(embedded_test_server()->Start());
......
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