From 0f00ae17185ac2e5a91b431591c27c1776feca83 Mon Sep 17 00:00:00 2001 From: Matt Lott Date: Thu, 11 Aug 2016 15:36:52 -0700 Subject: [PATCH] Disable supermodel timeout handling tests --- test/app/models/SuperModel.spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/app/models/SuperModel.spec.coffee b/test/app/models/SuperModel.spec.coffee index c4c615727..be0ff6c95 100644 --- a/test/app/models/SuperModel.spec.coffee +++ b/test/app/models/SuperModel.spec.coffee @@ -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 ->