| Index: chrome/test/live_sync/two_client_live_extensions_sync_test.cc
|
| diff --git a/chrome/test/live_sync/two_client_live_extensions_sync_test.cc b/chrome/test/live_sync/two_client_live_extensions_sync_test.cc
|
| index 6339915f7cf6f8aa5916e37a96318d57b6ef7c46..d8b6af2bb4c857235b0136633e7c0e11eb174a7b 100644
|
| --- a/chrome/test/live_sync/two_client_live_extensions_sync_test.cc
|
| +++ b/chrome/test/live_sync/two_client_live_extensions_sync_test.cc
|
| @@ -44,8 +44,9 @@ IN_PROC_BROWSER_TEST_F(TwoClientLiveExtensionsSyncTest,
|
| ASSERT_TRUE(AllProfilesHaveSameExtensionsAsVerifier());
|
| }
|
|
|
| +// TODO(rsimha): Remove FAILS_ prefix after http://crbug.com/66925 is fixed.
|
| IN_PROC_BROWSER_TEST_F(TwoClientLiveExtensionsSyncTest,
|
| - StartWithDifferentExtensions) {
|
| + FAILS_StartWithDifferentExtensions) {
|
| ASSERT_TRUE(SetupClients());
|
|
|
| int i = 0;
|
| @@ -79,8 +80,9 @@ IN_PROC_BROWSER_TEST_F(TwoClientLiveExtensionsSyncTest,
|
| ASSERT_TRUE(AllProfilesHaveSameExtensionsAsVerifier());
|
| }
|
|
|
| +// TODO(rsimha): Remove FAILS_ prefix after http://crbug.com/66925 is fixed.
|
| IN_PROC_BROWSER_TEST_F(TwoClientLiveExtensionsSyncTest,
|
| - InstallDifferentExtensions) {
|
| + FAILS_InstallDifferentExtensions) {
|
| ASSERT_TRUE(SetupClients());
|
|
|
| int i = 0;
|
|
|