Skip to content

Commit

Permalink
Avoid asserting test shell enabled in after as some "before" hook mig…
Browse files Browse the repository at this point in the history
…ht have failed
  • Loading branch information
kraenhansen committed Sep 25, 2024
1 parent 9e5fade commit eb9ceb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/e2e-tests/test/test-shell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export function cleanTestShellsAfter() {
});

after('kill all TestShell instances', async function (this: Mocha.Context) {
assert(testShellEnabled, 'Expected TestShell to be enabled');
testShellEnabled = false;
await TestShell.killAll();
});
Expand Down

0 comments on commit eb9ceb9

Please sign in to comment.