From 99bf80771a28f2585d7c9955c04e10fd1b777f8a Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Mon, 16 Mar 2020 16:48:38 -0400 Subject: [PATCH] test: skip flaky test (#771) --- test/videojs-http-streaming.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/videojs-http-streaming.test.js b/test/videojs-http-streaming.test.js index 7fa85d61e..bbea7b6db 100644 --- a/test/videojs-http-streaming.test.js +++ b/test/videojs-http-streaming.test.js @@ -3094,7 +3094,8 @@ QUnit.test('passes useCueTags hls option to master playlist controller', functio videojs.options.hls = origHlsOptions; }); -QUnit.test('populates quality levels list when available', function(assert) { +// TODO: This test fails intermittently. Turn on when fixed to always pass. +QUnit.skip('populates quality levels list when available', function(assert) { this.player.src({ src: 'manifest/master.m3u8', type: 'application/vnd.apple.mpegurl'