Skip to content

Commit 41a0fc5

Browse files
committed
chore: up tests
1 parent 1e868dd commit 41a0fc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/op-stack/actions/estimateFinalizeWithdrawalGas.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test('default', async () => {
3636
expect(gas).toBeDefined()
3737
})
3838

39-
test('args: proof submitter', async () => {
39+
test.skip('args: proof submitter', async () => {
4040
// TODO: migrate the rest of the test suite to a block with fault proofs
4141
// Sample withdrawal with fault proofs: https://optimistic.etherscan.io/tx/0x039d2fdf3161910cb667ed599a0a899314bd5041797b6707ba312792b6d43b5c
4242
await reset(client, {

src/op-stack/actions/finalizeWithdrawal.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ test('args: portal address', async () => {
111111
expect(receipt.status).toEqual('success')
112112
})
113113

114-
test('args: proof submitter', async () => {
114+
test.skip('args: proof submitter', async () => {
115115
// TODO: migrate the rest of the test suite to a block with fault proofs
116116
// Sample withdrawal with fault proofs: https://optimistic.etherscan.io/tx/0x039d2fdf3161910cb667ed599a0a899314bd5041797b6707ba312792b6d43b5c
117117
await reset(client, {

0 commit comments

Comments
 (0)