mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +00:00
Uncomment line.
Accidentally commented out the Ignore annotation. PiperOrigin-RevId: 421304369
This commit is contained in:
parent
aab4872fc2
commit
9a4ad05586
1 changed files with 2 additions and 1 deletions
|
|
@ -28,12 +28,13 @@ import androidx.test.core.app.ApplicationProvider;
|
|||
import androidx.test.ext.junit.runners.AndroidJUnit4;
|
||||
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