Commit 5e6ef157 authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

test: skip flakey e2e test (#6517)

parent 4a015e9d
...@@ -412,7 +412,7 @@ describe('Swap', () => { ...@@ -412,7 +412,7 @@ describe('Swap', () => {
}) })
}) })
it('should render an error for slippage failure', () => { it.skip('should render an error for slippage failure', () => {
cy.visit('/swap', { ethereum: 'hardhat' }) cy.visit('/swap', { ethereum: 'hardhat' })
.hardhat({ automine: false }) .hardhat({ automine: false })
.then((hardhat) => { .then((hardhat) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment