Merge pull request #1476 from edx/will/disable-caption-js

Disable video caption test seen to fail in master.
This commit is contained in:
Will Daly
2013-10-23 14:21:37 -07:00

View File

@@ -522,7 +522,8 @@
});
});
describe('scrollCaption', function () {
// Disabled 10/23/13 due to flakiness in master
xdescribe('scrollCaption', function () {
beforeEach(function () {
initialize();
});