Skip exportTranscodeBt2020Sdr test on sm-a325f API 33

The decode over reports its resolution capabilities and
decoder initialization eventually fails.

PiperOrigin-RevId: 718294047
This commit is contained in:
sheenachhabra 2025-01-22 02:33:56 -08:00 committed by Copybara-Service
parent 635e699965
commit 431efc9c50

View File

@ -390,6 +390,10 @@ public class ExportTest {
testId,
/* inputFormat= */ MP4_ASSET_BT2020_SDR.videoFormat,
/* outputFormat= */ null);
// Reference: b/391362064
assumeFalse(
"Skip due to over-reported decoder capabilities",
SDK_INT == 33 && Ascii.equalsIgnoreCase(Util.MODEL, "sm-a325f"));
Transformer transformer = new Transformer.Builder(context).build();
MediaItem mediaItem = MediaItem.fromUri(Uri.parse(MP4_ASSET_BT2020_SDR.uri));
EditedMediaItem editedMediaItem =