From 6c70147e86739ed4b0252a6a0a3f0f603b4c0efb Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 30 Jan 2018 15:13:19 -0500 Subject: [PATCH] Remove a flaky html5 video test. --- .../lib/xmodule/xmodule/js/spec/video/html5_video_spec.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/common/lib/xmodule/xmodule/js/spec/video/html5_video_spec.js b/common/lib/xmodule/xmodule/js/spec/video/html5_video_spec.js index 157bf27572..207b6a6bdc 100644 --- a/common/lib/xmodule/xmodule/js/spec/video/html5_video_spec.js +++ b/common/lib/xmodule/xmodule/js/spec/video/html5_video_spec.js @@ -48,14 +48,6 @@ return state.videoPlayer.player.getPlayerState() === STATUS.PLAYING; }).always(done); }); - - it('callback was called', function(done) { - jasmine.waitUntil(function() { - return state.videoPlayer.player.getPlayerState() !== STATUS.PAUSED; - }).then(function() { - expect(state.videoPlayer.player.callStateChangeCallback).toHaveBeenCalled(); - }).always(done); - }); }); describe('[player is playing]', function() {