Backed out changeset cef1bb49cdb7 (bug 1263665)

--HG--
extra : rebase_source : 151b3ee0c6560588c0cb7d3df6154c00025e9f27
This commit is contained in:
Carsten "Tomcat" Book 2016-10-05 16:05:07 +02:00
parent f907696c77
commit 844c609dd8

View File

@ -108,15 +108,3 @@ add_task(function* test_cannot_initialize_pulseaudio() {
message,
{sumo: "fix-common-audio-and-video-issues"});
});
add_task(function* test_unsupported_libavcodec() {
// This is only sent on Linux.
if (AppConstants.platform != "linux") {
return;
}
let message = gNavigatorBundle.getString("decoder.unsupportedLibavcodec.message");
yield test_decoder_doctor_notification("unsupported-libavcodec",
message,
{noLearnMoreButton: true});
});