Skip to content

Commit 5597c06

Browse files
authored
test: Disable flaky test on Chromecast (#8381)
1 parent b6a489e commit 5597c06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/offline/storage_playback_integration.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ filterDescribe('Storage', checkStorageSupport, () => {
166166
});
167167

168168
it('supports MSS download and playback', async () => {
169+
// This tests is flaky in some Chromecast devices, so we need omit it
170+
// for now.
171+
if (shaka.util.Platform.isChromecast()) {
172+
pending('Disabled on Chromecast.');
173+
}
169174
const url = '/base/test/test/assets/mss-clear/Manifest';
170175
const metadata = {
171176
'title': 'MSS',

0 commit comments

Comments
 (0)