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

Unified Diff: chrome/browser/plugins/plugin_power_saver_browsertest.cc

Issue 2637313003: Disable PluginPowerSaverFilterSameOriginTinyPluginsBrowserTest.BlockSameOriginTinyPlugin on windows… (Closed)
Patch Set: Created 3 years, 11 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/plugins/plugin_power_saver_browsertest.cc
diff --git a/chrome/browser/plugins/plugin_power_saver_browsertest.cc b/chrome/browser/plugins/plugin_power_saver_browsertest.cc
index c42275fa6eb6c378ffcccdfd59f0394b251cb9f4..c60a6ee130b6dde35df22ae9f5f8787ee975cff1 100644
--- a/chrome/browser/plugins/plugin_power_saver_browsertest.cc
+++ b/chrome/browser/plugins/plugin_power_saver_browsertest.cc
@@ -616,7 +616,8 @@ class PluginPowerSaverFilterSameOriginTinyPluginsBrowserTest
};
// Flaky on Mac. crbug.com/680544
-#if defined(OS_MACOSX)
+// Flaky on Win7. crbug.com/682039
+#if defined(OS_MACOSX) || defined(OS_WIN)
#define MAYBE_BlockSameOriginTinyPlugin DISABLED_BlockSameOriginTinyPlugin
#else
#define MAYBE_BlockSameOriginTinyPlugin BlockSameOriginTinyPlugin
« 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