mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
Ignore flaky preview tests
Tests are flaky because shader program creation is slow PiperOrigin-RevId: 689420905
This commit is contained in:
parent
af1b5b5102
commit
d2fb779929
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ import java.util.concurrent.atomic.AtomicLong;
|
|||
import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||
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;
|
||||
|
|
@ -86,6 +87,7 @@ public class VideoCompositionPreviewPerformanceTest {
|
|||
* switches do not cause the player to stall.
|
||||
*/
|
||||
@Test
|
||||
@Ignore("TODO: b/375349144 - Fix this test and re-enable it")
|
||||
public void compositionPlayerCompositionPreviewTest() throws PlaybackException, TimeoutException {
|
||||
PlayerTestListener listener = new PlayerTestListener(TEST_TIMEOUT_MS);
|
||||
instrumentation.runOnMainSync(
|
||||
|
|
|
|||
Loading…
Reference in a new issue