Skip to content

Commit b65ff10

Browse files
committed
Avoid asserting test shell enabled in after as some "before" hook might have failed
1 parent 426e2c9 commit b65ff10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/e2e-tests/test/test-shell.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export function cleanTestShellsAfter() {
5252
});
5353

5454
after('kill all TestShell instances', async function (this: Mocha.Context) {
55-
assert(testShellEnabled, 'Expected TestShell to be enabled');
5655
testShellEnabled = false;
5756
await TestShell.killAll();
5857
});

0 commit comments

Comments
 (0)