From 6654bb4cdfe454199087016fdbaf5af1fd83d9c9 Mon Sep 17 00:00:00 2001 From: Will Daly Date: Fri, 18 Oct 2013 16:10:10 -0400 Subject: [PATCH] Disable flakey seek test --- common/lib/xmodule/xmodule/js/spec/video/video_caption_spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/js/spec/video/video_caption_spec.js b/common/lib/xmodule/xmodule/js/spec/video/video_caption_spec.js index f577120a73..36a69dcde5 100644 --- a/common/lib/xmodule/xmodule/js/spec/video/video_caption_spec.js +++ b/common/lib/xmodule/xmodule/js/spec/video/video_caption_spec.js @@ -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';