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

Unified Diff: ios/chrome/browser/web/navigation_egtest.mm

Issue 2602753002: Disables testHistoryForwardNavigation. (Closed)
Patch Set: Created 4 years 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/chrome/browser/web/navigation_egtest.mm
diff --git a/ios/chrome/browser/web/navigation_egtest.mm b/ios/chrome/browser/web/navigation_egtest.mm
index dc1eb710edd2c476c9ffa1965a6b20402b85de8b..702193e4269861bd5c2fbc087c4a03db8faeafeb 100644
--- a/ios/chrome/browser/web/navigation_egtest.mm
+++ b/ios/chrome/browser/web/navigation_egtest.mm
@@ -378,6 +378,11 @@ class RedirectResponseProvider : public web::DataResponseProvider {
// Tests going back via back button then forward via history.forward().
- (void)testHistoryForwardNavigation {
+// TODO(crbug.com/677129): Reenable this test.
+#if TARGET_OS_IPHONE
+ EARL_GREY_TEST_SKIPPED(@"flaky on devices");
+#endif // TARGET_OS_IPHONE
+
SetupBackAndForwardResponseProvider();
// Navigate to an HTML page with a forward button.
« 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