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

Unified Diff: ios/chrome/browser/metrics/tab_usage_recorder_egtest.mm

Issue 2657763002: Disable EarlGrey tests that break using webview in current webstate. (Closed)
Patch Set: Created 3 years, 11 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 | ios/chrome/browser/ui/activity_services/activity_service_controller_egtest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/metrics/tab_usage_recorder_egtest.mm
diff --git a/ios/chrome/browser/metrics/tab_usage_recorder_egtest.mm b/ios/chrome/browser/metrics/tab_usage_recorder_egtest.mm
index 5dd2c71dcadd207a0e1cc258c6119a7cebe59e48..dc8981e90d60b377ab13b51ae9f9c1b6dc6f2282 100644
--- a/ios/chrome/browser/metrics/tab_usage_recorder_egtest.mm
+++ b/ios/chrome/browser/metrics/tab_usage_recorder_egtest.mm
@@ -515,7 +515,8 @@ void SelectTabUsingUI(NSString* title) {
// Verify correct recording of metrics when the reloading of an evicted tab
// fails.
-- (void)testEvictedTabReloadFailure {
+// TODO(crbug.com/684987): Re-enable this test.
+- (void)DISABLED_testEvictedTabReloadFailure {
web::test::SetUpFileBasedHttpServer();
chrome_test_util::HistogramTester histogramTester;
FailureBlock failureBlock = ^(NSString* error) {
« no previous file with comments | « no previous file | ios/chrome/browser/ui/activity_services/activity_service_controller_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698