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

Unified Diff: chrome/browser/extensions/api/messaging/native_messaging_apitest_posix.cc

Issue 10979038: Disable ExtensionApiTest.NativeMessageBasic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/api/messaging/native_messaging_apitest_posix.cc
diff --git a/chrome/browser/extensions/api/messaging/native_messaging_apitest_posix.cc b/chrome/browser/extensions/api/messaging/native_messaging_apitest_posix.cc
index f5b2b3f7745b276c307116ea3de01748df19b05d..498fe3a8673916b250f94565c67f0a80899138f3 100644
--- a/chrome/browser/extensions/api/messaging/native_messaging_apitest_posix.cc
+++ b/chrome/browser/extensions/api/messaging/native_messaging_apitest_posix.cc
@@ -9,7 +9,8 @@
#include "chrome/common/chrome_version_info.h"
#include "chrome/common/extensions/features/feature.h"
-IN_PROC_BROWSER_TEST_F(ExtensionApiTest, NativeMessageBasic) {
+// Missing some chrome/test/data files after revert of revert. crbug.com/142915.
+IN_PROC_BROWSER_TEST_F(ExtensionApiTest, DISABLED_NativeMessageBasic) {
// Override the user data dir to point to our native app.
extensions::Feature::ScopedCurrentChannel
current_channel(chrome::VersionInfo::CHANNEL_DEV);
« 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