Commit e1164211 authored by Bret Sepulveda's avatar Bret Sepulveda

Disable flaky...

Disable flaky SitePerProcessBrowserTestWithSadFrameTabReload.DoNotReloadHiddenTabWithHiddenCrashedSubframe

All versions of this test are flaky on all platforms, so it is disabled.

TBR=alexmos@chromium.org

Bug: 1135595
Change-Id: I58843182f9a917c48cee813591a7859a173906bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494807Reviewed-by: default avatarBret Sepulveda <bsep@chromium.org>
Commit-Queue: Bret Sepulveda <bsep@chromium.org>
Cr-Commit-Position: refs/heads/master@{#820214}
parent 1318f1a5
......@@ -13947,16 +13947,9 @@ IN_PROC_BROWSER_TEST_P(SitePerProcessBrowserTestWithSadFrameTabReload,
// Verify that hidden tabs with a crashed subframe are not marked for reload
// when the crashed subframe is hidden with "display:none".
// Flaky on Mac, see crbug.com/1135595
#if defined(OS_MAC)
#define MAYBE_DoNotReloadHiddenTabWithHiddenCrashedSubframe \
DISABLED_DoNotReloadHiddenTabWithHiddenCrashedSubframe
#else
#define MAYBE_DoNotReloadHiddenTabWithHiddenCrashedSubframe \
DoNotReloadHiddenTabWithHiddenCrashedSubframe
#endif
// TODO(crbug.com/1135595): Flaky.
IN_PROC_BROWSER_TEST_P(SitePerProcessBrowserTestWithSadFrameTabReload,
MAYBE_DoNotReloadHiddenTabWithHiddenCrashedSubframe) {
DISABLED_DoNotReloadHiddenTabWithHiddenCrashedSubframe) {
// Set WebContents to VISIBLE to avoid hitting the |!did_first_set_visible_|
// case when we hide it later.
web_contents()->UpdateWebContentsVisibility(Visibility::VISIBLE);
......
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