Uncomment line.

Accidentally commented out the Ignore annotation.

PiperOrigin-RevId: 421304369
This commit is contained in:
samrobinson 2022-01-12 16:24:42 +00:00 committed by Ian Baker
parent d18c572d24
commit 4647a747ca

View File

@ -28,12 +28,13 @@ import com.google.android.exoplayer2.util.Assertions;
import com.google.android.exoplayer2.util.MimeTypes;
import java.util.HashSet;
import java.util.Set;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
/** Tests repeated transcoding operations (as a stress test and to help reproduce flakiness). */
@RunWith(AndroidJUnit4.class)
// @Ignore("Internal - b/206917996")
@Ignore("Internal - b/206917996")
public final class RepeatedTranscodeTransformationTest {
private static final int TRANSCODE_COUNT = 10;