Commit 4b283e67 authored by kaiwang@chromium.org's avatar kaiwang@chromium.org

Disable flaky test: ExtensionCrxInstallerTest.AllowOffStore

BUG=140893
TBR=hebert.christopherj@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10832167

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150148 0039d316-1c4b-4281-b951-d872f2087c98
parent 3f6e7332
...@@ -241,7 +241,8 @@ IN_PROC_BROWSER_TEST_F(ExtensionCrxInstallerTest, DoNotGrantScopes) { ...@@ -241,7 +241,8 @@ IN_PROC_BROWSER_TEST_F(ExtensionCrxInstallerTest, DoNotGrantScopes) {
#else #else
#define MAYBE_AllowOffStore AllowOffStore #define MAYBE_AllowOffStore AllowOffStore
#endif #endif
IN_PROC_BROWSER_TEST_F(ExtensionCrxInstallerTest, MAYBE_AllowOffStore) { // Crashy: http://crbug.com/140893
IN_PROC_BROWSER_TEST_F(ExtensionCrxInstallerTest, DISABLED_AllowOffStore) {
ExtensionService* service = browser()->profile()->GetExtensionService(); ExtensionService* service = browser()->profile()->GetExtensionService();
const bool kTestData[] = {false, true}; const bool kTestData[] = {false, true};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment