Disable flakey seek test

This commit is contained in:
Will Daly
2013-10-18 16:10:10 -04:00
parent 00499216b4
commit 6654bb4cdf

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';