diff --git a/starboard/android/shared/test_filters.py b/starboard/android/shared/test_filters.py index 7c90f5484614..ec9f4a34d188 100644 --- a/starboard/android/shared/test_filters.py +++ b/starboard/android/shared/test_filters.py @@ -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/*',