From 60a56c48769bf373cc347a25c66d6a52da8c8b18 Mon Sep 17 00:00:00 2001 From: Will Daly Date: Mon, 13 Jan 2014 16:47:08 -0500 Subject: [PATCH] Disabled video updateplaytime JS 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 d0bb4258dd..295af7a929 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 @@ -673,7 +673,8 @@ }); }); - describe('updatePlayTime when start & end times are defined', function () { + // Disabled 1/13/14 due to flakiness observed in master + xdescribe('updatePlayTime when start & end times are defined', function () { var START_TIME = 1, END_TIME = 2;