Mark DevToolsSanityTest.TestScriptsTabIsPopulatedOnInspectedPageRefresh flaky on Windows.

TBR=rlarocque@chromium.org
BUG=141849
Review URL: https://chromiumcodereview.appspot.com/10828254

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151027 0039d316-1c4b-4281-b951-d872f2087c98
parent 165e7f15
......@@ -420,9 +420,17 @@ IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestShowScriptsTab) {
// Tests that scripts tab is populated with inspected scripts even if it
// hadn't been shown by the moment inspected paged refreshed.
// @see http://crbug.com/26312
#if defined(OS_WIN)
// http://crbug.com/141849
#define MAYBE_TestScriptsTabIsPopulatedOnInspectedPageRefresh \
FLAKY_TestScriptsTabIsPopulatedOnInspectedPageRefresh
#else
#define MAYBE_TestScriptsTabIsPopulatedOnInspectedPageRefresh \
TestScriptsTabIsPopulatedOnInspectedPageRefresh
#endif
IN_PROC_BROWSER_TEST_F(
DevToolsSanityTest,
TestScriptsTabIsPopulatedOnInspectedPageRefresh) {
MAYBE_TestScriptsTabIsPopulatedOnInspectedPageRefresh) {
// Clear inspector settings to ensure that Elements will be
// current panel when DevTools window is open.
content::GetContentClient()->browser()->ClearInspectorSettings(
......
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