Commit 3f126ac4 by Will Daly

Disabled video start and end time test

parent a86086b7
...@@ -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