Commit 62de24e0 authored by Roger McFarlane's avatar Roger McFarlane Committed by Commit Bot

Disable ContinueWhereILeftOffTest.PostCloseAllBrowsers

Test has been flaky.

TBR=jochen@chromium.org,antrim@chromium.org

Bug: 796308, 527045
Change-Id: Ifd05e090d8067cd43d016c38d26d203e4ac337f8
Reviewed-on: https://chromium-review.googlesource.com/836812
Commit-Queue: Roger McFarlane <rogerm@chromium.org>
Reviewed-by: default avatarRoger McFarlane <rogerm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#525349}
parent 67a4a779
......@@ -614,7 +614,12 @@ IN_PROC_BROWSER_TEST_F(ContinueWhereILeftOffTest,
}
// Check that form data is restored after wrench menu quit.
IN_PROC_BROWSER_TEST_F(ContinueWhereILeftOffTest, PostCloseAllBrowsers) {
#if defined(OS_LINUX)
#define MAYBE_PostCloseAllBrowsers DISABLED_PostCloseAllBrowsers
#else
#define MAYBE_PostCloseAllBrowsers PostCloseAllBrowsers
#endif
IN_PROC_BROWSER_TEST_F(ContinueWhereILeftOffTest, MAYBE_PostCloseAllBrowsers) {
PostFormWithPage("post.html", false);
Browser* new_browser = QuitBrowserAndRestore(browser(), true);
CheckFormRestored(new_browser, true, false);
......
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