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

Unified Diff: chrome/browser/extensions/permissions_apitest.cc

Issue 3148008: flaky_NaClPermissionEnabled (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 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/extensions/permissions_apitest.cc
===================================================================
--- chrome/browser/extensions/permissions_apitest.cc (revision 55827)
+++ chrome/browser/extensions/permissions_apitest.cc (working copy)
@@ -46,8 +46,9 @@
// http://code.google.com/p/chromium/issues/detail?id=51335 is fixed.
// Meanwhile we run it on Mac OSX only, since we can be sure that an x86-32 NaCl
// module will work there.
+// Mark as Flaky. http://crbug.com/51861
#if defined(OS_MACOSX)
-IN_PROC_BROWSER_TEST_F(ExtensionApiTest, NaClPermissionEnabled) {
+IN_PROC_BROWSER_TEST_F(ExtensionApiTest, FLAKY_NaClPermissionEnabled) {
ASSERT_TRUE(RunExtensionTest("permissions/nacl_enabled")) << message_;
}
#endif
« 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