From 44c28df6b25070bb8de29a6e5d090ced3b3ee2ba Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 10 Jul 2025 23:03:09 -0700 Subject: [PATCH] Skip Ledger tests to save time now that they are all passing. --- test/test.ledger.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3