Commit ecc50f6f by Jesse Zoldak

Mark test as flaky LEARNER-689

parent 6cdfeb98
......@@ -68,7 +68,8 @@
expect($('.video')).toContainElement('.closed-captions');
});
it('fetch the transcript in HTML5 mode', function(done) {
// flaky test, see LEARNER-689
xit('fetch the transcript in HTML5 mode', function(done) {
state = jasmine.initializePlayer();
jasmine.waitUntil(function() {
......
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