Commit 6012d7b2 authored by Marc Treib's avatar Marc Treib Committed by Commit Bot

Enable SingleClientSessionsSyncTest.NavigationChainAlteredDestructively

After crrev.com/c/2374512, the reason for its flakiness should be gone.

Bug: 1043899
Change-Id: Id33e945b5bd7eae3412146d008d9c344e039e987
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375369Reviewed-by: default avatarVictor Vianna <victorvianna@google.com>
Commit-Queue: Marc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801668}
parent 8e2e9b2d
......@@ -591,10 +591,8 @@ IN_PROC_BROWSER_TEST_F(SingleClientSessionsSyncTest,
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,
DISABLED_NavigationChainAlteredDestructively) {
NavigationChainAlteredDestructively) {
ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
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