Disable supermodel timeout handling tests

This commit is contained in:
Matt Lott 2016-08-11 15:36:52 -07:00
parent 2905563729
commit 0f00ae1718

View file

@ -58,7 +58,7 @@ describe 'SuperModel', ->
request = jasmine.Ajax.requests.mostRecent() request = jasmine.Ajax.requests.mostRecent()
expect(request).toBeDefined() expect(request).toBeDefined()
describe 'timeout handling', -> xdescribe 'timeout handling', ->
beforeEach -> beforeEach ->
jasmine.clock().install() jasmine.clock().install()
afterEach -> afterEach ->