Commit bb31724f by Jesse Zoldak Committed by GitHub

Merge pull request #14733 from edx/zoldak/TNL-6748

Skip failing JS test TNL-6748
parents ec1c88e5 9967b0f1
...@@ -41,7 +41,8 @@ ...@@ -41,7 +41,8 @@
expect(state.videoPlayer.player.video.play).toHaveBeenCalled(); expect(state.videoPlayer.player.video.play).toHaveBeenCalled();
}); });
it('player state was changed', function(done) { // Failing on master. See TNL-6748.
xit('player state was changed', function(done) {
jasmine.waitUntil(function() { jasmine.waitUntil(function() {
return state.videoPlayer.player.getPlayerState() === STATUS.PLAYING; return state.videoPlayer.player.getPlayerState() === STATUS.PLAYING;
}).always(done); }).always(done);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment