mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08: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
@ -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…
x
Reference in New Issue
Block a user