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

Unified Diff: components/translate/ios/browser/js_translate_manager_unittest.mm

Issue 2687193002: Disable JsTranslateManagerTest.PerformancePlaceholder due to flakiness. (Closed)
Patch Set: Created 3 years, 10 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: components/translate/ios/browser/js_translate_manager_unittest.mm
diff --git a/components/translate/ios/browser/js_translate_manager_unittest.mm b/components/translate/ios/browser/js_translate_manager_unittest.mm
index 838a9f9bde527e1b11aeadeda885a2bdc654b431..21e9a9d8fb509040cc79ee37e5960d587f1221f2 100644
--- a/components/translate/ios/browser/js_translate_manager_unittest.mm
+++ b/components/translate/ios/browser/js_translate_manager_unittest.mm
@@ -47,7 +47,8 @@ class JsTranslateManagerTest : public PlatformTest {
base::scoped_nsobject<JsTranslateManager> manager_;
};
-TEST_F(JsTranslateManagerTest, PerformancePlaceholder) {
+// TODO(crbug.com/658619#c47): Test reported as flaky.
+TEST_F(JsTranslateManagerTest, DISABLED_PerformancePlaceholder) {
[manager_ inject];
EXPECT_TRUE(IsDefined(@"performance"));
EXPECT_TRUE(IsDefined(@"performance.now"));
« 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