We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d332a98 commit 9dd7c25Copy full SHA for 9dd7c25
src/test/exec.tests.js
@@ -89,8 +89,6 @@ export async function runExecutorTests(writeOutput) {
89
90
await new Promise(r => setTimeout(r, 200));
91
92
-
93
- test.assert(isRunning !== await Executor.isRunning(uuid), "Executor must be stopped");
94
test.assert(await Executor.isRunning(uuid) === false, "Executor must be stopped");
95
96
});
@@ -152,8 +150,6 @@ export async function runExecutorTests(writeOutput) {
152
150
153
151
154
155
156
157
158
159
0 commit comments