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

Unified Diff: chrome/test/ppapi/ppapi_browsertest.cc

Issue 1647773004: Disable NonSfi tests failing on linux bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « chrome/test/nacl/nacl_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ppapi/ppapi_browsertest.cc
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
index 5337514658be73a65c7ed1ac470868d56c00735e..32d8057201653d425e3110c48a8b8e3579db8925 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -1290,8 +1290,13 @@ IN_PROC_BROWSER_TEST_F(NewlibPackagedAppTest,
RunTests("packaged_app");
}
-IN_PROC_BROWSER_TEST_F(NonSfiPackagedAppTest,
- MAYBE_PNACL_NONSFI(SuccessfulLoad)) {
+#if defined(OS_LINUX)
+// http://crbug.com/579804
+#define MAYBE_SuccessfulLoad DISABLED_SuccessfulLoad
+#else
+#define MAYBE_SuccessfulLoad MAYBE_PNACL_NONSFI(SuccessfulLoad)
+#endif
+IN_PROC_BROWSER_TEST_F(NonSfiPackagedAppTest, MAYBE_SuccessfulLoad) {
RunTests("packaged_app");
}
« no previous file with comments | « chrome/test/nacl/nacl_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698