Commit 396c8750 authored by rohitrao@chromium.org's avatar rohitrao@chromium.org

Reverting 22324. Reenables CustomHomePagesModelTest.ModelChangedNotification on Mac.

BUG=http://crbug.com/17452
TEST=Test should not be flaky.
Review URL: http://codereview.chromium.org/193058

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25731 0039d316-1c4b-4281-b951-d872f2087c98
parent ef737401
...@@ -132,8 +132,7 @@ TEST_F(CustomHomePagesModelTest, KVO) { ...@@ -132,8 +132,7 @@ TEST_F(CustomHomePagesModelTest, KVO) {
@end @end
// Test that when individual items are changed that they broadcast a message. // Test that when individual items are changed that they broadcast a message.
// Crashy, see http://crbug.com/17452. TEST_F(CustomHomePagesModelTest, ModelChangedNotification) {
TEST_F(CustomHomePagesModelTest, DISABLED_ModelChangedNotification) {
scoped_nsobject<CustomHomePageHelper> kvo_helper( scoped_nsobject<CustomHomePageHelper> kvo_helper(
[[CustomHomePageHelper alloc] init]); [[CustomHomePageHelper alloc] init]);
[[NSNotificationCenter defaultCenter] [[NSNotificationCenter defaultCenter]
......
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