diff --git a/spec/core/EnvSpec.js b/spec/core/EnvSpec.js index 2f429983..bbd25fc5 100644 --- a/spec/core/EnvSpec.js +++ b/spec/core/EnvSpec.js @@ -315,7 +315,6 @@ describe("Env integration", function() { env.it("async spec that will hang", function(underTestCallback) { env.expect(true).toBeTruthy(); jasmine.getEnv().clock.tick(10000); - jasmine.getEnv().clock.tick(1); // trigger specDone callback }); env.execute();