Commit 7607fe0c authored by scottmg@google.com's avatar scottmg@google.com

disable WhitelistedExtension test

TBR=abarth
BUG=118293

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=126789

Review URL: https://chromiumcodereview.appspot.com/9703043

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126821 0039d316-1c4b-4281-b951-d872f2087c98
parent d53a0218
......@@ -15,7 +15,8 @@ const std::string kAllUrlsTarget =
typedef ExtensionApiTest AllUrlsApiTest;
IN_PROC_BROWSER_TEST_F(AllUrlsApiTest, FAILS_WhitelistedExtension) {
// http://crbug.com/118293
IN_PROC_BROWSER_TEST_F(AllUrlsApiTest, DISABLED_WhitelistedExtension) {
// First setup the two extensions.
FilePath extension_dir1 = test_data_dir_.AppendASCII("all_urls")
.AppendASCII("content_script");
......
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