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

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

Issue 6410078: Mark NPAPITesterBase.GetURLRedirectNotification test as flaky on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 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/test/ui/npapi_uitest.cc
diff --git a/chrome/test/ui/npapi_uitest.cc b/chrome/test/ui/npapi_uitest.cc
index be0a7c991d04a68eb69d205adb180bc6715ac18d..4c77e5c994158d29a709d3689f802ef369c498b3 100644
--- a/chrome/test/ui/npapi_uitest.cc
+++ b/chrome/test/ui/npapi_uitest.cc
@@ -92,7 +92,13 @@ TEST_F(NPAPITesterBase, GetJavaScriptURL2) {
kTestCompleteSuccess, TestTimeouts::action_max_timeout_ms());
}
-TEST_F(NPAPITesterBase, GetURLRedirectNotification) {
+// Test is flaky on linux/cros builders. http://crbug.com/71904
+#if defined(OS_POSIX)
+#define MAYBE_GetURLRedirectNotification FLAKY_GetURLRedirectNotification
+#else
+#define MAYBE_GetURLRedirectNotification GetURLRedirectNotification
+#endif
+TEST(NPAPITesterBase, MAYBE_GetURLRedirectNotification) {
const FilePath test_case(FILE_PATH_LITERAL("geturl_redirect_notify.html"));
GURL url = ui_test_utils::GetTestUrl(FilePath(kTestDir), test_case);
ASSERT_NO_FATAL_FAILURE(NavigateToURL(url));
« 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