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

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

Issue 2787793002: Disabling FlashPermissionBrowserTest.BlockFileURL to get tree green. (Closed)
Patch Set: Created 3 years, 9 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/flash_permission_browsertest.cc
diff --git a/chrome/browser/plugins/flash_permission_browsertest.cc b/chrome/browser/plugins/flash_permission_browsertest.cc
index 227bfc08b556c7fd3d17535269fb198f142be146..f2023fce6892f1f9206c060b136ebcbd1cbc5d65 100644
--- a/chrome/browser/plugins/flash_permission_browsertest.cc
+++ b/chrome/browser/plugins/flash_permission_browsertest.cc
@@ -204,7 +204,14 @@ IN_PROC_BROWSER_TEST_F(FlashPermissionBrowserTest, AllowFileURL) {
EXPECT_TRUE(FeatureUsageSucceeds());
}
-IN_PROC_BROWSER_TEST_F(FlashPermissionBrowserTest, BlockFileURL) {
+// Failing often. http://crbug.com/706780.
+#if defined(OS_LINUX)
+#define MAYBE_BlockFileURL DISABLED_BlockFileURL
+#else
+#define MAYBE_BlockFileURL BlockFileURL
+#endif
+
+IN_PROC_BROWSER_TEST_F(FlashPermissionBrowserTest, MAYBE_BlockFileURL) {
base::FilePath test_path;
PathService::Get(chrome::DIR_TEST_DATA, &test_path);
ui_test_utils::NavigateToURL(
« 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