Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(603)

Unified Diff: ios/web/shell/test/page_state_egtest.mm

Issue 2755973004: Mark testScrollPositionRestoring as FLAKY. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/test/page_state_egtest.mm
diff --git a/ios/web/shell/test/page_state_egtest.mm b/ios/web/shell/test/page_state_egtest.mm
index 03a37c7856e6788f4586d0b959b69793385680a5..14cf934bb69e5e7ecb05d6bd65fa9157ad2b7aa4 100644
--- a/ios/web/shell/test/page_state_egtest.mm
+++ b/ios/web/shell/test/page_state_egtest.mm
@@ -66,7 +66,9 @@ using web::test::HttpServer;
// Tests that page scroll position of a page is restored upon returning to the
// page via the back/forward buttons.
-- (void)testScrollPositionRestoring {
+// TODO(crbug.com/702410): This test flakily fails when it scrolls too far down
+// the page.
+- (void)FLAKY_testScrollPositionRestoring {
web::test::SetUpFileBasedHttpServer();
// Load first URL which is a long page.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698