]> git.codecow.com Git - libnemo.git/commitdiff
Skip online tests now that they are passing.
authorChris Duncan <chris@zoso.dev>
Wed, 20 Aug 2025 20:54:39 +0000 (13:54 -0700)
committerChris Duncan <chris@zoso.dev>
Wed, 20 Aug 2025 20:54:39 +0000 (13:54 -0700)
test/test.refresh-accounts.mjs

index cbdb14ad64f8ed5505d79fd3e9a706b9bab0587c..c2c53c99f68a34c786180bbcea09473abd1c0205 100644 (file)
@@ -27,7 +27,7 @@ if (isNode) {
 const rpc = new Rpc(env.NODE_URL ?? '', env.API_KEY_NAME)
 
 await Promise.all([
-       suite('Refreshing account info', { skip: false }, async () => {
+       suite('Refreshing account info', { skip: true }, async () => {
 
                await test('fetch balance, frontier, and representative', async () => {
                        const wallet = await Wallet.load('BIP-44', NANO_TEST_VECTORS.PASSWORD, NANO_TEST_VECTORS.BIP39_SEED)
@@ -163,7 +163,7 @@ await Promise.all([
                })
        }),
 
-       suite('Refreshing wallet accounts', { skip: false }, async () => {
+       suite('Refreshing wallet accounts', { skip: true }, async () => {
 
                await test('get balance, frontier, and representative for one account', async () => {
                        const wallet = await Wallet.load('BIP-44', NANO_TEST_VECTORS.PASSWORD, NANO_TEST_VECTORS.BIP39_SEED)