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

Unified Diff: ios/web/web_state/js/crw_js_post_request_loader_unittest.mm

Issue 1780943003: [ios] Disabled LoadsCorrectHTML on device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/web_state/js/crw_js_post_request_loader_unittest.mm
diff --git a/ios/web/web_state/js/crw_js_post_request_loader_unittest.mm b/ios/web/web_state/js/crw_js_post_request_loader_unittest.mm
index 15992012673e0a18a0c096db3143e4446aa1dbd2..60f90b2a2416da1fe3a0f12160c256c41b86a6aa 100644
--- a/ios/web/web_state/js/crw_js_post_request_loader_unittest.mm
+++ b/ios/web/web_state/js/crw_js_post_request_loader_unittest.mm
@@ -38,7 +38,7 @@ NSString* const kBlobToBase64StringScript =
#if TARGET_IPHONE_SIMULATOR
#define MAYBE_LoadsCorrectHTML LoadsCorrectHTML
#else
-#define MAYBE_LoadsCorrectHTML FLAKY_LoadsCorrectHTML
+#define MAYBE_LoadsCorrectHTML DISABLED_LoadsCorrectHTML
#endif
TEST_F(CRWJSPOSTRequestLoaderTest, MAYBE_LoadsCorrectHTML) {
// Set up necessary objects.
« 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