mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Mark flaky test as ignored
PiperOrigin-RevId: 649091256
This commit is contained in:
parent
ccdc0ffc27
commit
4c1807781f
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue