Commit 7bd9f2e1 authored by Marc Treib's avatar Marc Treib Committed by Commit Bot

Re-enable SingleClientThemesSyncTest.NativeTheme on ChromeOS

According to the linked bug, the reason for disabling the test has been
long resolved.

Bug: 84575
Change-Id: I21847fb8199ddedae72db3d58facc7f801db1453
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1796423
Commit-Queue: Jan Krcal <jkrcal@chromium.org>
Auto-Submit: Marc Treib <treib@chromium.org>
Reviewed-by: default avatarJan Krcal <jkrcal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#695536}
parent 96f5368d
...@@ -54,12 +54,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientThemesSyncTest, CustomTheme) { ...@@ -54,12 +54,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientThemesSyncTest, CustomTheme) {
EXPECT_EQ(GetCustomTheme(0), GetThemeID(verifier())); EXPECT_EQ(GetCustomTheme(0), GetThemeID(verifier()));
} }
// TODO(sync): Fails on Chrome OS. See http://crbug.com/84575.
#if defined(OS_CHROMEOS)
IN_PROC_BROWSER_TEST_F(SingleClientThemesSyncTest, DISABLED_NativeTheme) {
#else
IN_PROC_BROWSER_TEST_F(SingleClientThemesSyncTest, NativeTheme) { IN_PROC_BROWSER_TEST_F(SingleClientThemesSyncTest, NativeTheme) {
#endif // OS_CHROMEOS
ASSERT_TRUE(SetupSync()) << "SetupSync() failed."; ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
SetCustomTheme(GetProfile(0)); SetCustomTheme(GetProfile(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