Commit bb4f9148 by Jay Zoldak

Skip intermittently failing js video tests

parent 23455042
...@@ -4,7 +4,8 @@ define( ...@@ -4,7 +4,8 @@ define(
], ],
function ($, _, create_sinon, Squire) { function ($, _, create_sinon, Squire) {
'use strict'; 'use strict';
describe('VideoTranslations', function () { // TODO: fix BLD-1100 Disabled due to intermittent failure on master and in PR builds
xdescribe('VideoTranslations', function () {
var TranslationsEntryTemplate = readFixtures( var TranslationsEntryTemplate = readFixtures(
'video/metadata-translations-entry.underscore' 'video/metadata-translations-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