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()
|
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 ->
|
||||||
|
|
Loading…
Reference in a new issue