Skip to content

Commit e375d32

Browse files
test: skip test relying on external RPC providers
1 parent 3bae79a commit e375d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/e2e/utils.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ describe('utils', () => {
441441
expect(tx2).toBeTxHash();
442442
});
443443

444-
test('providers option allow passing JSON RPC API providers api keys', async () => {
444+
test.skip('providers option allow passing JSON RPC API providers api keys', async () => {
445445
const providerOptions = {
446446
infura: INFURA_PROJECT_ID,
447447
alchemy: ALCHEMY_API_KEY,

0 commit comments

Comments
 (0)