Commit 583d40a8 authored by Victor Hugo Vianna Silva's avatar Victor Hugo Vianna Silva Committed by Commit Bot

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: default avatarDaniel Murphy <dmurph@chromium.org>
Cr-Commit-Position: refs/heads/master@{#820891}
parent 974b0202
......@@ -289,16 +289,8 @@ 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,
MAYBE_DoubleInstallWithUninstall) {
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