mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Ignore flaky test
PiperOrigin-RevId: 453168843
(cherry picked from commit 8d326312fb)
This commit is contained in:
parent
94e97fe5db
commit
a6fc6fac31
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ import java.util.concurrent.CountDownLatch;
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.ClassRule;
|
import org.junit.ClassRule;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.rules.RuleChain;
|
import org.junit.rules.RuleChain;
|
||||||
|
|
@ -84,6 +85,7 @@ public class MediaControllerCompatCallbackWithMediaSessionCompatTest {
|
||||||
|
|
||||||
/** Custom actions in the legacy session used for instance by Android Auto and Wear OS. */
|
/** Custom actions in the legacy session used for instance by Android Auto and Wear OS. */
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("Flaky, see b/235057692")
|
||||||
public void setPlaybackState_withCustomActions_onPlaybackStateCompatChangedCalled()
|
public void setPlaybackState_withCustomActions_onPlaybackStateCompatChangedCalled()
|
||||||
throws Exception {
|
throws Exception {
|
||||||
MediaSessionCompat.Token sessionToken = session.getSessionToken();
|
MediaSessionCompat.Token sessionToken = session.getSessionToken();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue