mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
Ignore tests until ShadowMediaCodec update
Ignore two tests in AsynchronousMediaCodecBufferEnqueuerTest until the ShadowMediaCodec's behavior is updated to apply input buffer ownership. PiperOrigin-RevId: 318251859
This commit is contained in:
parent
d5f029315c
commit
efb4b1a5ff
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ import java.io.IOException;
|
|||
import java.util.concurrent.atomic.AtomicLong;
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
|
@ -97,6 +98,7 @@ public class AsynchronousMediaCodecBufferEnqueuerTest {
|
|||
/* flags= */ 0));
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void queueInputBuffer_multipleTimes_limitsObjectsAllocation() {
|
||||
enqueuer.start();
|
||||
|
|
@ -157,6 +159,7 @@ public class AsynchronousMediaCodecBufferEnqueuerTest {
|
|||
/* flags= */ 0));
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void queueSecureInputBuffer_multipleTimes_limitsObjectsAllocation() {
|
||||
enqueuer.start();
|
||||
|
|
|
|||
Loading…
Reference in a new issue