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

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

Issue 2792003003: Disabling FlashPermissionBrowserTest.BlockFileURL on all platforms. (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/flash_permission_browsertest.cc
diff --git a/chrome/browser/plugins/flash_permission_browsertest.cc b/chrome/browser/plugins/flash_permission_browsertest.cc
index f2023fce6892f1f9206c060b136ebcbd1cbc5d65..921a87760438846c3c5561021336a1f5d1e05819 100644
--- a/chrome/browser/plugins/flash_permission_browsertest.cc
+++ b/chrome/browser/plugins/flash_permission_browsertest.cc
@@ -205,13 +205,7 @@ IN_PROC_BROWSER_TEST_F(FlashPermissionBrowserTest, AllowFileURL) {
}
// 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) {
+IN_PROC_BROWSER_TEST_F(FlashPermissionBrowserTest, DISABLED_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