Commit 0a8505cf by Jesse Zoldak

Merge pull request #7045 from edx/zoldak/skip-flaky-transcripts

Disable flakily failing JS tests TNL-559
parents f31e7357 047ca495
......@@ -7,7 +7,8 @@ define(
],
function ($, _, Utils, MessageManager, FileUploader, sinon) {
describe('Transcripts.MessageManager', function () {
// TODO: fix TNL-559 Intermittent failures of Transcript FileUploader JS tests
xdescribe('Transcripts.MessageManager', function () {
var videoListEntryTemplate = readFixtures(
'video/transcripts/metadata-videolist-entry.underscore'
),
......
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