Commit 5c24dfbe authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Commit Bot

Revert "Re-enable TwoClientWebAppsBMOSyncTest.DoubleInstallWithUninstall"

This reverts commit 583d40a8.

Reason for revert: Test still flaky

Original change's description:
> Re-enable TwoClientWebAppsBMOSyncTest.DoubleInstallWithUninstall
>
> Let's attempt to re-enable the test.
>
> Bug: 1111533
> Change-Id: If091b686e3ba64395587ec029dbd82df61559466
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498691
> Commit-Queue: Victor Vianna <victorvianna@google.com>
> Commit-Queue: Daniel Murphy <dmurph@chromium.org>
> Auto-Submit: Victor Vianna <victorvianna@google.com>
> Reviewed-by: Daniel Murphy <dmurph@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#820891}

TBR=dmurph@chromium.org,victorvianna@google.com

Bug: 1111533
NoTry: True
Change-Id: I9775dabc0f1f388d711c700ccea81534977c66c5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523650
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824993}
parent 52680a74
......@@ -309,8 +309,16 @@ IN_PROC_BROWSER_TEST_F(TwoClientWebAppsBMOSyncTest, DisplayMode) {
GetRegistrar(GetProfile(1)).GetAppUserDisplayMode(app_id));
}
// Although the logic is allowed to be racy, the profiles should still end up
// with the same web app ids.
#if defined(OS_WIN)
// Flaky on windows, https://crbug.com/1111533
#define MAYBE_DoubleInstallWithUninstall DISABLED_DoubleInstallWithUninstall
#else
#define MAYBE_DoubleInstallWithUninstall DoubleInstallWithUninstall
#endif
IN_PROC_BROWSER_TEST_F(TwoClientWebAppsBMOSyncTest,
DoubleInstallWithUninstall) {
MAYBE_DoubleInstallWithUninstall) {
ASSERT_TRUE(SetupSync());
ASSERT_TRUE(AllProfilesHaveSameWebAppIds());
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