Skip to content

Commit 0560d95

Browse files
committed
chore: skip tests
1 parent 7908853 commit 0560d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/op-stack/decorators/publicL2.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ describe('smoke test', () => {
124124
expect(request).toBeDefined()
125125
})
126126

127-
test('buildProveWithdrawal', async () => {
127+
test.skip('buildProveWithdrawal', async () => {
128128
const request = await opStackClient.buildProveWithdrawal({
129129
withdrawal: {
130130
nonce:

0 commit comments

Comments
 (0)