| Index: ios/web/web_state/ui/crw_web_controller_unittest.mm
|
| diff --git a/ios/web/web_state/ui/crw_web_controller_unittest.mm b/ios/web/web_state/ui/crw_web_controller_unittest.mm
|
| index a4f2d6d72b97e02d58a738f2b9f4678216b1db1a..2189963af91336b9e2aa549394df06ecc601556f 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller_unittest.mm
|
| +++ b/ios/web/web_state/ui/crw_web_controller_unittest.mm
|
| @@ -1013,6 +1013,9 @@ class CRWWebControllerWebProcessTest : public web::WebTestWithWebController {
|
| initWithMockWebView:webView_
|
| scrollView:[webView_ scrollView]]);
|
| [web_controller() injectWebViewContentView:webViewContentView];
|
| +
|
| + // This test intentionally crashes the render process.
|
| + SetIgnoreRenderProcessCrashesDuringTesting(true);
|
| }
|
| base::scoped_nsobject<WKWebView> webView_;
|
| };
|
|
|