Ignore flaky preview tests

Tests are flaky because shader program creation is slow

PiperOrigin-RevId: 689420905
This commit is contained in:
dancho 2024-10-24 10:02:11 -07:00 committed by Copybara-Service
parent af1b5b5102
commit d2fb779929

View File

@ -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(