Commit 18a916ba by Jesse Zoldak

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

Disable flakily failing JS tests TNL-559
parents 87147d79 44ff43ab
......@@ -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