]> git.codecow.com Git - libnemo.git/commitdiff
Skip Ledger tests to save time now that they are all passing.
authorChris Duncan <chris@zoso.dev>
Fri, 11 Jul 2025 06:03:09 +0000 (23:03 -0700)
committerChris Duncan <chris@zoso.dev>
Fri, 11 Jul 2025 06:03:09 +0000 (23:03 -0700)
test/test.ledger.mjs

index 134fe7caf78cb6c85d10f94918acf81f1dc4babc..a406eb10bab78029babd889be9f8eed00596c403 100644 (file)
@@ -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