Commit 44ff43ab by Jesse Zoldak

Disable flakily failing JS tests TNL-559

parent 0e3f40b9
......@@ -5,7 +5,8 @@ define(
"xmodule", "jquery.form", "jasmine-jquery"
],
function ($, _, Utils, FileUploader) {
describe('Transcripts.FileUploader', function () {
// TODO: fix TNL-559 Intermittent failures of Transcript FileUploader JS tests
xdescribe('Transcripts.FileUploader', 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