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

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

Issue 2834183003: Disable flaky testBrowsingPostEntryWithKeyboard on devices. (Closed)
Patch Set: Created 3 years, 8 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/chrome/browser/web/browsing_egtest.mm
diff --git a/ios/chrome/browser/web/browsing_egtest.mm b/ios/chrome/browser/web/browsing_egtest.mm
index 7e4817ae7cae33af8f2478d3a2e2150a435735ab..3c2c61ee4e0277aff6b8b7407a9cec34f914c688 100644
--- a/ios/chrome/browser/web/browsing_egtest.mm
+++ b/ios/chrome/browser/web/browsing_egtest.mm
@@ -606,6 +606,11 @@ - (void)submitFormUsingKeyboardGoButtonWithInputID:(const std::string&)ID {
// afterwards.
// TODO(crbug.com/711108): Move test to forms_egtest.mm.
- (void)testBrowsingPostEntryWithKeyboard {
+// TODO(crbug.com/704618): Re-enable this test on devices.
+#if !TARGET_IPHONE_SIMULATOR
Eugene But (OOO till 7-30) 2017/04/21 22:50:40 We use MAYBE_ macro for disabling tests on device
+ EARL_GREY_TEST_DISABLED(@"Test disabled on device.");
+#endif
+
// Create map of canned responses and set up the test HTML server.
std::map<GURL, std::string> responses;
const GURL URL =
« 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