Uncomment line.
Accidentally commented out the Ignore annotation. PiperOrigin-RevId: 421304369
This commit is contained in:
parent
d18c572d24
commit
4647a747ca
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user