Commit 5fdd27d8 authored by michaeldo's avatar michaeldo Committed by Commit Bot

Disable [TranslateTestCase testTranslateInfobar]

TBR=sdefresne@chromium.org
BUG=none

Review-Url: https://codereview.chromium.org/2914253002
Cr-Commit-Position: refs/heads/master@{#476363}
parent 298b9328
...@@ -636,7 +636,7 @@ using translate::LanguageDetectionController; ...@@ -636,7 +636,7 @@ using translate::LanguageDetectionController;
} }
// Tests that the Translate infobar is displayed after translation. // Tests that the Translate infobar is displayed after translation.
- (void)testTranslateInfobar { - (void)DISABLED_testTranslateInfobar {
const GURL URL = const GURL URL =
web::test::HttpServer::MakeUrl("http://scenarioTranslateInfobar"); web::test::HttpServer::MakeUrl("http://scenarioTranslateInfobar");
std::map<GURL, std::string> responses; std::map<GURL, std::string> responses;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment