Commit 167cf94a by Will Daly

Merge pull request #2153 from edx/will/disable-video-test

Disabled video start and end time test
parents a86086b7 3f126ac4
...@@ -556,7 +556,8 @@ ...@@ -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; var START_TIME = 1, END_TIME = 2;
beforeEach(function () { beforeEach(function () {
......
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