Skip to content

Commit aa23cd1

Browse files
authored
test: skip
1 parent 0b49474 commit aa23cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/public/getTransaction.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ test('gets transaction (eip2930)', async () => {
136136
expect(transaction.value).toMatchInlineSnapshot('1000000000000000000n')
137137
})
138138

139-
test('gets transaction (eip4844)', async () => {
139+
test.skip('gets transaction (eip4844)', async () => {
140140
const client = createClient({
141141
chain: holesky,
142142
transport: http(),

0 commit comments

Comments
 (0)