Commit 43746de5 authored by jam@chromium.org's avatar jam@chromium.org

Disable PDFExtensionTest.BasicPlugin TBR=raymes

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271572 0039d316-1c4b-4281-b951-d872f2087c98
parent 298355c9
......@@ -87,7 +87,9 @@ IN_PROC_BROWSER_TEST_F(PDFExtensionTest, Basic) {
RunTestsInFile("basic_test.js", false);
}
IN_PROC_BROWSER_TEST_F(PDFExtensionTest, BasicPlugin) {
// TODO(raymes): investigate why this started failing after PDF plugin became
// open source.
IN_PROC_BROWSER_TEST_F(PDFExtensionTest, DISABLED_BasicPlugin) {
RunTestsInFile("basic_plugin_test.js", 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