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

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

Issue 2807523004: plugins: disable BlockSameOriginTinyPlugin test (Closed)
Patch Set: Created 3 years, 8 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 d8431730f63e59cef55e773faf8d5264987267bb..22970bf78314be56a476acee764ff899bc8dfff4 100644
--- a/chrome/browser/plugins/plugin_power_saver_browsertest.cc
+++ b/chrome/browser/plugins/plugin_power_saver_browsertest.cc
@@ -617,15 +617,9 @@ class PluginPowerSaverFilterSameOriginTinyPluginsBrowserTest
base::test::ScopedFeatureList feature_list;
};
-// Flaky on Mac. crbug.com/680544
-// Flaky on Win7. crbug.com/682039
-#if defined(OS_MACOSX) || defined(OS_WIN)
-#define MAYBE_BlockSameOriginTinyPlugin DISABLED_BlockSameOriginTinyPlugin
-#else
-#define MAYBE_BlockSameOriginTinyPlugin BlockSameOriginTinyPlugin
-#endif
+// Flaky on every platform. crbug.com/680544, crbug.com/682039
IN_PROC_BROWSER_TEST_F(PluginPowerSaverFilterSameOriginTinyPluginsBrowserTest,
- MAYBE_BlockSameOriginTinyPlugin) {
+ DISABLED_BlockSameOriginTinyPlugin) {
LoadHTML("/same_origin_tiny_plugin.html");
VerifyPluginIsPlaceholderOnly("tiny_same_origin");
« 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