Skip to content

Commit

Permalink
tests: temp skip
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jun 10, 2024
1 parent 50198bf commit 3270df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/op-stack/decorators/publicL1.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('smoke test', () => {
expect(gas).toBeDefined()
})

test('estimateProveWithdrawalGas', async () => {
test.skip('estimateProveWithdrawalGas', async () => {
const gas = await client.estimateProveWithdrawalGas({
account: accounts[0].address,
l2OutputIndex: 4529n,
Expand Down Expand Up @@ -178,7 +178,7 @@ describe('smoke test', () => {
expect(request).toBeDefined()
})

test('waitToFinalize', async () => {
test.skip('waitToFinalize', async () => {
const receipt = await l2Client.getTransactionReceipt({
hash: '0x7b5cedccfaf9abe6ce3d07982f57bcb9176313b019ff0fc602a0b70342fe3147',
})
Expand Down

0 comments on commit 3270df5

Please sign in to comment.