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

Unified Diff: chrome/browser/extensions/content_script_apitest.cc

Issue 9885001: Mark flaky test as flaky. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: chrome/browser/extensions/content_script_apitest.cc
diff --git a/chrome/browser/extensions/content_script_apitest.cc b/chrome/browser/extensions/content_script_apitest.cc
index cba4f1287f984c32fe6b119b4df824a80416e8d4..f6097ad932169ece74bcc87746d0e6d02e203a4c 100644
--- a/chrome/browser/extensions/content_script_apitest.cc
+++ b/chrome/browser/extensions/content_script_apitest.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -80,8 +80,14 @@ IN_PROC_BROWSER_TEST_F(ExtensionApiTest, ContentScriptViewSource) {
ASSERT_TRUE(RunExtensionTest("content_scripts/view_source")) << message_;
}
+#if defined (OS_CHROMEOS)
+IN_PROC_BROWSER_TEST_F(
+ ExtensionApiTest,
+ FLAKY_ContentScriptStylesInjectedIntoExistingRenderers) {
+#else
IN_PROC_BROWSER_TEST_F(
ExtensionApiTest, ContentScriptStylesInjectedIntoExistingRenderers) {
+#endif
ASSERT_TRUE(StartTestServer());
ui_test_utils::WindowedNotificationObserver signal(
« 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