Commit 37fbf173 by Jesse Zoldak

Revert "Mark test as flaky LEARNER-689"

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