Commit f553f68a by Will Daly

Merge pull request #2161 from edx/will/disable-more-video-tests

Disabled video updateplaytime JS test
parents c4792e66 60a56c48
...@@ -673,7 +673,8 @@ ...@@ -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, var START_TIME = 1,
END_TIME = 2; END_TIME = 2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment