mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Disable supermodel timeout handling tests
This commit is contained in:
parent
2905563729
commit
0f00ae1718
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ describe 'SuperModel', ->
|
|||
request = jasmine.Ajax.requests.mostRecent()
|
||||
expect(request).toBeDefined()
|
||||
|
||||
describe 'timeout handling', ->
|
||||
xdescribe 'timeout handling', ->
|
||||
beforeEach ->
|
||||
jasmine.clock().install()
|
||||
afterEach ->
|
||||
|
|
Loading…
Reference in a new issue