Commit 1131c423 authored by Alex Moshchuk's avatar Alex Moshchuk Committed by Commit Bot

[Sheriff] Disable flaky UkmBrowserTest.SingleSyncSignoutCheck on Android.

Bug: 1096047
Tbr: caitlinfischer@google.com, bcwhite@chromium.org
Change-Id: I04eac398fedffae21e7e6988a691c88b8522bed9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250503Reviewed-by: default avatarAlex Moshchuk <alexmos@chromium.org>
Commit-Queue: Alex Moshchuk <alexmos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#779430}
parent eae03af1
......@@ -1003,7 +1003,8 @@ IN_PROC_BROWSER_TEST_F(UkmBrowserTest, LogsOpenerSource) {
// ChromeOS doesn't have the concept of sign-out so this test doesn't make sense
// there.
#if !defined(OS_CHROMEOS)
// Flaky on Android: https://crbug.com/1096047.
#if !defined(OS_CHROMEOS) && !defined(OS_ANDROID)
// Make sure that UKM is disabled when the profile signs out of Sync.
// Keep in sync with testSingleSyncSignout in ios/chrome/browser/metrics/
// ukm_egtest.mm.
......@@ -1027,7 +1028,7 @@ IN_PROC_BROWSER_TEST_F(UkmBrowserTest, SingleSyncSignoutCheck) {
harness->service()->GetUserSettings()->SetSyncRequested(false);
ClosePlatformBrowser(browser);
}
#endif // !defined(OS_CHROMEOS)
#endif // !defined(OS_CHROMEOS) && !defined(OS_ANDROID)
// ChromeOS doesn't have the concept of sign-out so this test doesn't make sense
// there. Android doesn't have multiple profiles.
......
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