diff --git a/test/hls/hls_parser_integration.js b/test/hls/hls_parser_integration.js index 28e7c15472..8cbdb45734 100644 --- a/test/hls/hls_parser_integration.js +++ b/test/hls/hls_parser_integration.js @@ -34,6 +34,8 @@ describe('HlsParser', () => { player = new compiledShaka.Player(); await player.attach(video); + player.configure('streaming.useNativeHlsOnSafari', false); + // Disable stall detection, which can interfere with playback tests. player.configure('streaming.stallEnabled', false);