Closed pieqq closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 48.03%. Comparing base (
27405cf
) to head (10aa59d
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Devices without an internal microphone should not run the
audio/alsa_record_playback_internal
job, as it requires one.This issue was detected when reviewing test results to issue a certificate for a desktop PC. The
audio/alsa_record_playback_internal
job was marked as skipped, but it is a certification-blocker, so it triggered some alerts.Resolved issues
The
audio/alsa_record_playback_internal
cert-blocker should have been skipped automatically in this submission, but because of the missinghas_internal_microphone
manifest, it was still executed even though it didn't make sense to, leading QA to have to manually skip the job.Documentation
Tests