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

Unified Diff: chrome/browser/debugger/devtools_sanity_browsertest.cc

Issue 10828254: Mark DevToolsSanityTest.TestScriptsTabIsPopulatedOnInspectedPageRefresh flaky on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/debugger/devtools_sanity_browsertest.cc
===================================================================
--- chrome/browser/debugger/devtools_sanity_browsertest.cc (revision 150823)
+++ chrome/browser/debugger/devtools_sanity_browsertest.cc (working copy)
@@ -420,9 +420,17 @@
// 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(
« 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