mirror of
https://github.com/samsonjs/media.git
synced 2026-04-13 12:35:48 +00:00
Uncomment line.
Accidentally commented out the Ignore annotation. PiperOrigin-RevId: 421304369
This commit is contained in:
parent
d18c572d24
commit
4647a747ca
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue