| Index: ios/chrome/browser/ui/fullscreen_egtest.mm
|
| diff --git a/ios/chrome/browser/ui/fullscreen_egtest.mm b/ios/chrome/browser/ui/fullscreen_egtest.mm
|
| index 550cc494f93827054280397d8c29c3d3fcff2fdf..62adad18a287d7a259813abf6dfd9cfb9593368e 100644
|
| --- a/ios/chrome/browser/ui/fullscreen_egtest.mm
|
| +++ b/ios/chrome/browser/ui/fullscreen_egtest.mm
|
| @@ -139,6 +139,11 @@ - (void)testSmallWidePDFScroll {
|
| // Verifies that the toolbar properly appears/disappears when scrolling up/down
|
| // on a PDF that is long in length and wide in width.
|
| - (void)testLongPDFScroll {
|
| +// TODO(crbug.com/714329): Re-enable this test on devices.
|
| +#if !TARGET_IPHONE_SIMULATOR
|
| + EARL_GREY_TEST_DISABLED(@"Test disabled on device.");
|
| +#endif
|
| +
|
| web::test::SetUpFileBasedHttpServer();
|
| GURL URL = web::test::HttpServer::MakeUrl(
|
| "http://ios/testing/data/http_server_files/two_pages.pdf");
|
|
|