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

Unified Diff: ios/chrome/browser/translate/translate_egtest.mm

Issue 2936693003: Disable TranslateTestCase.testAutoTranslate. (Closed)
Patch Set: Created 3 years, 6 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/translate/translate_egtest.mm
diff --git a/ios/chrome/browser/translate/translate_egtest.mm b/ios/chrome/browser/translate/translate_egtest.mm
index 11af4f98b0bc872e34826084521608b6fef6c657..002f4f96b7d22ac75987a038644757043b5688e1 100644
--- a/ios/chrome/browser/translate/translate_egtest.mm
+++ b/ios/chrome/browser/translate/translate_egtest.mm
@@ -727,7 +727,8 @@ using translate::LanguageDetectionController;
// Tests that translation occurs automatically on second navigation to an
// already translated page.
-- (void)testAutoTranslate {
+// TODO(crbug.com/732797): Reenable this test.
+- (void)DISABLED_testAutoTranslate {
// The translate machinery will not auto-fire without API keys, unless that
// behavior is overridden for testing.
translate::TranslateManager::SetIgnoreMissingKeyForTesting(true);
« 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