From 3f126ac46c237ee8069e692be5756d6d74d5068b Mon Sep 17 00:00:00 2001 From: Will Daly Date: Mon, 13 Jan 2014 13:37:58 -0500 Subject: [PATCH] Disabled video start and end time test --- common/lib/xmodule/xmodule/js/spec/video/video_player_spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/js/spec/video/video_player_spec.js b/common/lib/xmodule/xmodule/js/spec/video/video_player_spec.js index 636c6aef22..d0bb4258dd 100644 --- a/common/lib/xmodule/xmodule/js/spec/video/video_player_spec.js +++ b/common/lib/xmodule/xmodule/js/spec/video/video_player_spec.js @@ -556,7 +556,8 @@ }); }); - describe('update with start & end time', function () { + // Disabled 1/13/14 due to flakiness observed in master + xdescribe('update with start & end time', function () { var START_TIME = 1, END_TIME = 2; beforeEach(function () {