Merge pull request #1414 from edx/will/zero-tolerance

Zero Tolerance
This commit is contained in:
Will Daly
2013-10-18 13:30:34 -07:00

View File

@@ -567,7 +567,8 @@
});
});
describe('seekPlayer', function () {
// Disabled 10/9/13 due to flakiness in master
xdescribe('seekPlayer', function () {
describe('when the video speed is 1.0x', function () {
beforeEach(function () {
videoSpeedControl.currentSpeed = '1.0';