| Index: ios/chrome/browser/ui/alert_coordinator/alert_coordinator_unittest.mm
 | 
| diff --git a/ios/chrome/browser/ui/alert_coordinator/alert_coordinator_unittest.mm b/ios/chrome/browser/ui/alert_coordinator/alert_coordinator_unittest.mm
 | 
| index 93ddae3abfc155cf5b234921fd504b4e7a03bacb..43d73fdb00fa60ede3672364efad368357b2450b 100644
 | 
| --- a/ios/chrome/browser/ui/alert_coordinator/alert_coordinator_unittest.mm
 | 
| +++ b/ios/chrome/browser/ui/alert_coordinator/alert_coordinator_unittest.mm
 | 
| @@ -149,7 +149,8 @@ TEST_F(AlertCoordinatorTest, ValidateDismissalOnStop) {
 | 
|  }
 | 
|  
 | 
|  // Tests the alert coordinator dismissal when the object is destroyed.
 | 
| -TEST_F(AlertCoordinatorTest, ValidateDismissalOnDestroy) {
 | 
| +// TODO(crbug.com/631049): This test is failing on Xcode 8 bot.
 | 
| +TEST_F(AlertCoordinatorTest, DISABLED_ValidateDismissalOnDestroy) {
 | 
|    // Setup.
 | 
|    UIViewController* viewController = getViewController();
 | 
|    AlertCoordinator* alertCoordinator = getAlertCoordinator(viewController);
 | 
| 
 |