| Index: chrome/test/live_sync/many_client_live_preferences_sync_test.cc
|
| diff --git a/chrome/test/live_sync/many_client_live_preferences_sync_test.cc b/chrome/test/live_sync/many_client_live_preferences_sync_test.cc
|
| deleted file mode 100644
|
| index 15c329d2e086f2c5c79eb1882f3721e0809a1c49..0000000000000000000000000000000000000000
|
| --- a/chrome/test/live_sync/many_client_live_preferences_sync_test.cc
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "chrome/browser/sync/profile_sync_service_harness.h"
|
| -#include "chrome/common/pref_names.h"
|
| -#include "chrome/test/live_sync/live_preferences_sync_test.h"
|
| -
|
| -// TODO(rsimha): Enable once http://crbug.com/69604 is fixed.
|
| -IN_PROC_BROWSER_TEST_F(ManyClientLivePreferencesSyncTest, DISABLED_Sanity) {
|
| - ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
|
| - ASSERT_TRUE(BooleanPrefMatches(prefs::kHomePageIsNewTabPage));
|
| - ChangeBooleanPref(0, prefs::kHomePageIsNewTabPage);
|
| - ASSERT_TRUE(GetClient(0)->AwaitGroupSyncCycleCompletion(clients()));
|
| - ASSERT_TRUE(BooleanPrefMatches(prefs::kHomePageIsNewTabPage));
|
| -}
|
|
|