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

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

Issue 2625273004: Plugin Power Saver Tiny: Disable flaky test (Closed)
Patch Set: add comment 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 4727c2da17f48cccbff76983b5a3a9c73bfe6e4f..c42275fa6eb6c378ffcccdfd59f0394b251cb9f4 100644
--- a/chrome/browser/plugins/plugin_power_saver_browsertest.cc
+++ b/chrome/browser/plugins/plugin_power_saver_browsertest.cc
@@ -615,8 +615,14 @@ class PluginPowerSaverFilterSameOriginTinyPluginsBrowserTest
base::test::ScopedFeatureList feature_list;
};
+// Flaky on Mac. crbug.com/680544
+#if defined(OS_MACOSX)
+#define MAYBE_BlockSameOriginTinyPlugin DISABLED_BlockSameOriginTinyPlugin
+#else
+#define MAYBE_BlockSameOriginTinyPlugin BlockSameOriginTinyPlugin
+#endif
IN_PROC_BROWSER_TEST_F(PluginPowerSaverFilterSameOriginTinyPluginsBrowserTest,
- BlockSameOriginTinyPlugin) {
+ MAYBE_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