Commit ac4d3e10 by Will Daly

Disabled flaky JS transcript test

parent 70f064e5
...@@ -65,7 +65,8 @@ function ($, _, Utils, MessageManager, FileUploader, sinon) { ...@@ -65,7 +65,8 @@ function ($, _, Utils, MessageManager, FileUploader, sinon) {
}); });
}); });
describe('Render', function () { // Disabled 2/6/14 after intermittent failure in master
xdescribe('Render', function () {
beforeEach(function () { beforeEach(function () {
spyOn(_,'template').andCallThrough(); spyOn(_,'template').andCallThrough();
......
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