Skip to content

Commit c718507

Browse files
committed
Isolate even more.
1 parent 11296e8 commit c718507

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • rascal-vscode-extension/src/test/vscode-suite

rascal-vscode-extension/src/test/vscode-suite/dsl.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ import * as path from 'path/posix';
3535

3636
function parameterizedDescribe(body: (this: Suite, errorRecovery: boolean) => void) {
3737
describe('DSL', function() { body.apply(this, [false]); });
38+
/*
3839
describe('DSL+recovery', function() { body.apply(this, [true]); });
40+
*/
3941
}
4042

4143
parameterizedDescribe(function (errorRecovery: boolean) {

0 commit comments

Comments
 (0)