Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8d326312
authored
Jun 06, 2022
by
christosts
Committed by
Marc Baechinger
Jun 07, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Ignore flaky test
PiperOrigin-RevId: 453168843
parent
34ca3bc3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
libraries/test_session_current/src/androidTest/java/androidx/media3/session/MediaControllerCompatCallbackWithMediaSessionCompatTest.java
libraries/test_session_current/src/androidTest/java/androidx/media3/session/MediaControllerCompatCallbackWithMediaSessionCompatTest.java
View file @
8d326312
...
@@ -37,6 +37,7 @@ import java.util.concurrent.CountDownLatch;
...
@@ -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 {
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment