summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_unittest.cc
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-29 02:07:34 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-29 02:07:34 +0000
commit2a5e497b8545d5b6c0250bbc12774ef14a897527 (patch)
tree0366405e5de1e16892d04137fcb0281f4206eba8 /chrome/common/extensions/extension_unittest.cc
parentb189eb2f5f5b7ab08dc700366ebe2010bdde2ea8 (diff)
downloadchromium_src-2a5e497b8545d5b6c0250bbc12774ef14a897527.zip
chromium_src-2a5e497b8545d5b6c0250bbc12774ef14a897527.tar.gz
chromium_src-2a5e497b8545d5b6c0250bbc12774ef14a897527.tar.bz2
Disable ExtensionTest.GetSyncTypeUserScriptValidUpdateUrl.
It can't be run under run_test_cases.py because it can't be run stand-alone, it fails 100% of the time. It needs another test (yet to be determined) to run before to pass. R=jyasskin@chromium.org BUG=172712 Review URL: https://chromiumcodereview.appspot.com/12087035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179258 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension_unittest.cc')
-rw-r--r--chrome/common/extensions/extension_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension_unittest.cc b/chrome/common/extensions/extension_unittest.cc
index d01a482..74788d3 100644
--- a/chrome/common/extensions/extension_unittest.cc
+++ b/chrome/common/extensions/extension_unittest.cc
@@ -1112,7 +1112,8 @@ TEST_F(ExtensionTest, GetSyncTypeNormalExtensionNoUpdateUrl) {
EXPECT_NE(extension->GetSyncType(), Extension::SYNC_TYPE_NONE);
}
-TEST_F(ExtensionTest, GetSyncTypeUserScriptValidUpdateUrl) {
+// http://crbug.com/172712
+TEST_F(ExtensionTest, DISABLED_GetSyncTypeUserScriptValidUpdateUrl) {
scoped_refptr<Extension> extension(
MakeSyncTestExtension(USER_SCRIPT, GURL(kValidUpdateUrl1), GURL(),
Extension::INTERNAL, 0, FilePath(),