From: Chris Duncan Date: Fri, 11 Jul 2025 06:03:09 +0000 (-0700) Subject: Skip Ledger tests to save time now that they are all passing. X-Git-Tag: v0.10.5~58 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=44c28df6b25070bb8de29a6e5d090ced3b3ee2ba;p=libnemo.git Skip Ledger tests to save time now that they are all passing. --- diff --git a/test/test.ledger.mjs b/test/test.ledger.mjs index 134fe7c..a406eb1 100644 --- a/test/test.ledger.mjs +++ b/test/test.ledger.mjs @@ -13,7 +13,7 @@ const rpc = new Rpc(process.env.NODE_URL ?? '', process.env.API_KEY_NAME) * HID interactions require user gestures, so to reduce clicks, the variables * shared among tests like wallet and account are declared at the top-level. */ -await suite('Ledger hardware wallet', { skip: false || isNode }, async () => { +await suite('Ledger hardware wallet', { skip: true || isNode }, async () => { let wallet, account, openBlock, sendBlock, receiveBlock