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 {