diff --git a/spec/core/integration/EnvSpec.js b/spec/core/integration/EnvSpec.js index 8b41fb83..89686535 100644 --- a/spec/core/integration/EnvSpec.js +++ b/spec/core/integration/EnvSpec.js @@ -353,7 +353,6 @@ describe("Env integration", function() { env.execute(); }); - it("only reports afterAll expectation failures once, regardless of suite children", function(done) { var env = new j$.Env(), reporter = jasmine.createSpyObj('fakeReport', ['jasmineDone','afterAllEvent']); diff --git a/spec/core/integration/SpecRunningSpec.js b/spec/core/integration/SpecRunningSpec.js index 97c3fdd7..c46793ce 100644 --- a/spec/core/integration/SpecRunningSpec.js +++ b/spec/core/integration/SpecRunningSpec.js @@ -461,7 +461,6 @@ describe("jasmine spec running", function () { }); }); - // TODO: is this useful? It doesn't catch syntax errors xit("should recover gracefully when there are errors in describe functions", function() { var specs = [];