Disabled flaky JS transcript test

This commit is contained in:
Will Daly
2014-02-06 08:00:25 -05:00
parent 70f064e532
commit ac4d3e10d0

View File

@@ -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 () {
spyOn(_,'template').andCallThrough();