Skip to content

Commit 53553c8

Browse files
test: skip current adapter job in case one should be running
1 parent e292f9e commit 53553c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/suite/integration/probs.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const PROJECT_STORE_TIMEOUT = 10000;
99
*/
1010
const prepDevice = async (device) => {
1111
device.adapter.__proxyMeta.clearQueue();
12+
device.adapter.__proxyMeta.skipCurrent();
1213
console.log("[PREP] Waiting for idle...");
1314
await device.adapter.__proxyMeta.idle;
1415
await device.connect();

0 commit comments

Comments
 (0)