diff --git a/modules/plugin/test/mochitest/test_streamNotify.html b/modules/plugin/test/mochitest/test_streamNotify.html index dc06e9240a3..2f536200d10 100644 --- a/modules/plugin/test/mochitest/test_streamNotify.html +++ b/modules/plugin/test/mochitest/test_streamNotify.html @@ -80,9 +80,14 @@ testDone(); }), "streamTest GET data: URI"); +/* + * XXX/bsmedberg: disable this test as well, since the pluginhost is broken + * and the testplugin is double-deleting the urlnotify context. + ok(!p.streamTest("data:malformed?", false, null, function(r, t) { todo(false, "Shouldn't get callback for invalid data: URI"); }), "streamTest GET bad data: URI"); + */ }