Skip to content

Commit 924cc93

Browse files
committed
test: skip
1 parent 3a05841 commit 924cc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/experimental/actions/getCallsStatus.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { sendCalls } from './sendCalls.js'
99

1010
const connector = config.connectors[0]!
1111

12-
test('default', async () => {
12+
test.skip('default', async () => {
1313
await connect(config, { connector })
1414
const id = await sendCalls(config, {
1515
calls: [

0 commit comments

Comments
 (0)