summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions')
-rw-r--r--chrome/browser/extensions/user_script_master_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/user_script_master_unittest.cc b/chrome/browser/extensions/user_script_master_unittest.cc
index f0f2dc2..a2081ee 100644
--- a/chrome/browser/extensions/user_script_master_unittest.cc
+++ b/chrome/browser/extensions/user_script_master_unittest.cc
@@ -68,7 +68,7 @@ class UserScriptMasterTest : public testing::Test,
};
// Test that we *don't* get spurious notifications.
-TEST_F(UserScriptMasterTest, NoScripts) {
+TEST_F(UserScriptMasterTest, DISABLED_NoScripts) {
// Set shared_memory_ to something non-NULL, so we can check it became NULL.
shared_memory_ = reinterpret_cast<base::SharedMemory*>(1);