Commit 4647a747 by samrobinson Committed by Ian Baker

Uncomment line.

Accidentally commented out the Ignore annotation.

PiperOrigin-RevId: 421304369
parent d18c572d
...@@ -28,12 +28,13 @@ import com.google.android.exoplayer2.util.Assertions; ...@@ -28,12 +28,13 @@ import com.google.android.exoplayer2.util.Assertions;
import com.google.android.exoplayer2.util.MimeTypes; import com.google.android.exoplayer2.util.MimeTypes;
import java.util.HashSet; import java.util.HashSet;
import java.util.Set; import java.util.Set;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
/** Tests repeated transcoding operations (as a stress test and to help reproduce flakiness). */ /** Tests repeated transcoding operations (as a stress test and to help reproduce flakiness). */
@RunWith(AndroidJUnit4.class) @RunWith(AndroidJUnit4.class)
// @Ignore("Internal - b/206917996") @Ignore("Internal - b/206917996")
public final class RepeatedTranscodeTransformationTest { public final class RepeatedTranscodeTransformationTest {
private static final int TRANSCODE_COUNT = 10; private static final int TRANSCODE_COUNT = 10;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment