Skip to content

Commit

Permalink
[sync] Disable ShouldGetTypesWithUnsyncedDataFromSyncService on Mac a…
Browse files Browse the repository at this point in the history
…nd Chrome OS

Bug: 1465272, 1465112
Change-Id: I391dc314b6fbdd0b81e4a2f85645b74157eb5dc7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4835694
Owners-Override: Greg Thompson <[email protected]>
Commit-Queue: Greg Thompson <[email protected]>
Auto-Submit: Greg Thompson <[email protected]>
Reviewed-by: Ankush Singh <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1191253}
  • Loading branch information
GregTho authored and Chromium LUCI CQ committed Sep 1, 2023
1 parent 04c0b18 commit 3f515b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientCommonSyncTest,
}
#endif // !BUILDFLAG(IS_ANDROID)

#if BUILDFLAG(IS_LINUX)
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_CHROMEOS)
// TODO(crbug.com/1465272): Deflake and reenable the test.
#define MAYBE_ShouldGetTypesWithUnsyncedDataFromSyncService \
DISABLED_ShouldGetTypesWithUnsyncedDataFromSyncService
Expand Down

0 comments on commit 3f515b7

Please sign in to comment.