From 9ff736b19239124d516453de7f7c133296a19358 Mon Sep 17 00:00:00 2001 From: hschlueter Date: Tue, 15 Feb 2022 11:07:42 +0000 Subject: [PATCH] Remove old TODO. PiperOrigin-RevId: 428732950 --- .../exoplayer2/transformer/FrameEditorDataProcessingTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/FrameEditorDataProcessingTest.java b/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/FrameEditorDataProcessingTest.java index d03e731f4a..fc309c0c80 100644 --- a/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/FrameEditorDataProcessingTest.java +++ b/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/FrameEditorDataProcessingTest.java @@ -48,7 +48,6 @@ import org.junit.runner.RunWith; * from emulators, so tests on physical devices may fail. To test on physical devices, please modify * the MAXIMUM_AVERAGE_PIXEL_ABSOLUTE_DIFFERENCE. */ -// TODO(b/214510265): Fix these tests on Pixel 4 emulators. @RunWith(AndroidJUnit4.class) public final class FrameEditorDataProcessingTest {