Commit 3b3e801c authored by abodenha@google.com's avatar abodenha@google.com

Mark flaky test as flaky.

BUG=120762
TEST=None

Review URL: https://chromiumcodereview.appspot.com/9885001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129494 0039d316-1c4b-4281-b951-d872f2087c98
parent f71abe0e
// 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 // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
...@@ -80,8 +80,14 @@ IN_PROC_BROWSER_TEST_F(ExtensionApiTest, ContentScriptViewSource) { ...@@ -80,8 +80,14 @@ IN_PROC_BROWSER_TEST_F(ExtensionApiTest, ContentScriptViewSource) {
ASSERT_TRUE(RunExtensionTest("content_scripts/view_source")) << message_; 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( IN_PROC_BROWSER_TEST_F(
ExtensionApiTest, ContentScriptStylesInjectedIntoExistingRenderers) { ExtensionApiTest, ContentScriptStylesInjectedIntoExistingRenderers) {
#endif
ASSERT_TRUE(StartTestServer()); ASSERT_TRUE(StartTestServer());
ui_test_utils::WindowedNotificationObserver signal( ui_test_utils::WindowedNotificationObserver signal(
......
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