Mark flaky test as ignored

PiperOrigin-RevId: 649091256
This commit is contained in:
andrewlewis 2024-07-03 08:56:50 -07:00 committed by Copybara-Service
parent ccdc0ffc27
commit 4c1807781f

View file

@ -52,6 +52,7 @@ import java.util.concurrent.atomic.AtomicReference;
import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@ -294,6 +295,7 @@ public class DefaultVideoFrameProcessorTest {
.isAtLeast(firstStreamLastFrameAvailableTimeMs.get());
}
@Ignore("b/350956435 - Re-enable when it's no longer flaky")
@Test
public void registerInputStreamWithAutomaticFrameRegistration_succeeds() throws Exception {
CountDownLatch inputStreamRegisteredCountDownLatch = new CountDownLatch(1);