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

Unified Diff: chrome/test/ui/npapi_uitest.cc

Issue 8572033: Mark NPAPIIncognitoTester.PrivateEnabled as flaky on linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/test/ui/npapi_uitest.cc
diff --git a/chrome/test/ui/npapi_uitest.cc b/chrome/test/ui/npapi_uitest.cc
index 7a86a22301c51188e329b9eac663901e91bf75f2..173d48ba7bf0122f1e668e6270737ee22b348551 100644
--- a/chrome/test/ui/npapi_uitest.cc
+++ b/chrome/test/ui/npapi_uitest.cc
@@ -313,6 +313,10 @@ TEST_F(NPAPITesterBase, PluginThreadAsyncCall) {
}
// Test checking the privacy mode is on.
+#if defined(OS_LINUX)
+// http://crbug.com/104380
+#define PrivateEnabled FLAKY_PrivateEnabled
+#endif
TEST_F(NPAPIIncognitoTester, PrivateEnabled) {
const FilePath test_case(FILE_PATH_LITERAL("private.html"));
GURL url = ui_test_utils::GetFileUrlWithQuery(
« 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