Disable test specs that use old flaky sinon pattern

This commit is contained in:
Jesse Zoldak
2015-07-07 16:24:04 -04:00
parent 1e5fe3a3a7
commit de25880c10

View File

@@ -8,7 +8,9 @@ define(
],
function ($, _, Utils, VideoList, MetadataModel, AbstractEditor, sinon) {
'use strict';
describe('CMS.Views.Metadata.VideoList', function () {
// TODO: reenable these specs, using AjaxHelpers and the correct pattern
// to avoid flakiness. See TNL-2689.
xdescribe('CMS.Views.Metadata.VideoList', function () {
var videoListEntryTemplate = readFixtures(
'video/transcripts/metadata-videolist-entry.underscore'
),