Chromium Code Reviews| Index: ios/clean/chrome/browser/browser_coordinator_unittest.mm |
| diff --git a/ios/clean/chrome/browser/browser_coordinator_unittest.mm b/ios/clean/chrome/browser/browser_coordinator_unittest.mm |
| index c4fabd2f3d336d47aefc65683adc7c8824d1ab65..8f545fcf35143cd5e95ebd750f28e7d7a6587394 100644 |
| --- a/ios/clean/chrome/browser/browser_coordinator_unittest.mm |
| +++ b/ios/clean/chrome/browser/browser_coordinator_unittest.mm |
| @@ -50,7 +50,9 @@ |
| namespace { |
| -TEST(BrowserCoordinatorTest, TestStopOnDealloc) { |
| +// HACK: This test will stay disabled, removed or changed depending on how |
| +// BrowserCoordinator behaves on dealloc. |
|
edchin
2017/02/02 22:43:20
I think it is best to remove this code entirely. Y
sczs
2017/02/02 23:25:51
I was thinking the exact same thing. But decide to
marq (ping after 24h)
2017/02/03 08:36:15
I want to get out of the mindset of disabling test
sczs
2017/02/03 18:51:23
Done.
|
| +TEST(DISABLED_BrowserCoordinatorTest, TestStopOnDealloc) { |
| __block BOOL called = NO; |
| { |