Skip to content

Commit

Permalink
test: skip
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Sep 30, 2024
1 parent 3a05841 commit 924cc93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { sendCalls } from './sendCalls.js'

const connector = config.connectors[0]!

test('default', async () => {
test.skip('default', async () => {
await connect(config, { connector })
const id = await sendCalls(config, {
calls: [
Expand Down

0 comments on commit 924cc93

Please sign in to comment.