Commit 9f85b6c0 authored by Marc Treib's avatar Marc Treib Committed by Commit Bot

Disable SingleClientSessionsSyncTest.NavigationChainAlteredDestructively

It's flaky, mostly on Windows but also on other platforms.

Bug: 1043899
Change-Id: I218ce343f68be745a349c187fe1da16d75da978f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022650
Commit-Queue: Marc Treib <treib@chromium.org>
Reviewed-by: default avatarJan Krcal <jkrcal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735427}
parent 02ffaa26
...@@ -590,8 +590,10 @@ IN_PROC_BROWSER_TEST_F(SingleClientSessionsSyncTest, ...@@ -590,8 +590,10 @@ IN_PROC_BROWSER_TEST_F(SingleClientSessionsSyncTest,
ExpectNavigationChain({first_url, second_url}); ExpectNavigationChain({first_url, second_url});
} }
// Flaky for reasons that likely have nothing to do with the test itself. See
// crbug.com/1043899 and crbug.com/992207.
IN_PROC_BROWSER_TEST_F(SingleClientSessionsSyncTest, IN_PROC_BROWSER_TEST_F(SingleClientSessionsSyncTest,
NavigationChainAlteredDestructively) { DISABLED_NavigationChainAlteredDestructively) {
ASSERT_TRUE(SetupSync()) << "SetupSync() failed."; ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
ASSERT_TRUE(CheckInitialState(0)); ASSERT_TRUE(CheckInitialState(0));
......
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