Disable LibaomAv1Encoder tests to unblock Chromium roll

The tests exercise the new encoder API that is not used in prod yet.

Bug: webrtc:369633254
Change-Id: Iee6bc16ebd471f4accdd9531cdb404f159557f51
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/363820
Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
Reviewed-by: Rasmus Brandt <brandtr@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#43083}
This commit is contained in:
Sergey Silkin 2024-09-26 11:11:54 +02:00 committed by WebRTC LUCI CQ
parent d279456679
commit f8b3dab7c6

View File

@ -420,8 +420,8 @@ TEST(LibaomAv1Encoder, InputResolutionSwitching) {
EXPECT_THAT(Resolution(f2), ResolutionIs(160, 90));
EXPECT_THAT(Psnr(in2, f2), Gt(40));
}
TEST(LibaomAv1Encoder, TempoSpatial) {
// TODO(webrtc:369633254): Re-enable after the libaom issue is fixed.
TEST(LibaomAv1Encoder, DISABLED_TempoSpatial) {
auto frame_reader = CreateFrameReader();
auto enc = LibaomAv1EncoderFactory().CreateEncoder(kCbrEncoderSettings, {});
@ -507,7 +507,8 @@ TEST(DISABLED_LibaomAv1Encoder, InvertedTempoSpatial) {
EXPECT_THAT(Resolution(dec.Decode(tu2_s1.bitstream)), ResolutionIs(640, 360));
}
TEST(LibaomAv1Encoder, SkipMidLayer) {
// TODO(webrtc:369633254): Re-enable after the libaom issue is fixed.
TEST(LibaomAv1Encoder, DISABLED_SkipMidLayer) {
auto frame_reader = CreateFrameReader();
auto enc = LibaomAv1EncoderFactory().CreateEncoder(kCbrEncoderSettings, {});