Skip to content

Commit

Permalink
Filter POSIX tests on Android.
Browse files Browse the repository at this point in the history
Change-Id: Ie4502c1809d22fcd892f2b5d6887d9ad62f30df1
  • Loading branch information
yjzhang111 committed May 3, 2024
1 parent e42c5ff commit 8f58385
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions starboard/android/shared/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
'PosixDirectoryOpenTest.SunnyDayStaticContent',
'PosixFileGetPathInfoTest.WorksOnStaticContentDirectories',

# These POSIX tests should be disabled until asset manager starboard
# extension is implemented.
'PosixFileReadTest.ReadStaticContent',
'PosixFileSeekTest.FromEndInStaticContentWorks',

# These tests are disabled due to not receiving the kEndOfStream
# player state update within the specified timeout.
'SbPlayerGetAudioConfigurationTests/SbPlayerGetAudioConfigurationTest.NoInput/*',
Expand Down

0 comments on commit 8f58385

Please sign in to comment.