Commit 20a06c9b authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

test: skip SwapDetailsDropdown tests (#6652)

* test: skip SwapDetailsDropdown tests

Tests depend on network requests, which may cause flakiness.
These tests should have the network requests mocked, then be re-enabled.

* add TODO

---------
Co-authored-by: default avatarcartcrom <cartergcromer@gmail.com>
parent 8ef54d41
...@@ -4,7 +4,8 @@ import { act, render, screen } from 'test-utils/render' ...@@ -4,7 +4,8 @@ import { act, render, screen } from 'test-utils/render'
import SwapDetailsDropdown from './SwapDetailsDropdown' import SwapDetailsDropdown from './SwapDetailsDropdown'
describe('SwapDetailsDropdown.tsx', () => { // TODO(WEB-2120): Reenable tests after mocking trade fetch in this file
describe.skip('SwapDetailsDropdown.tsx', () => {
it('renders a trade', () => { it('renders a trade', () => {
const { asFragment } = render( const { asFragment } = render(
<SwapDetailsDropdown <SwapDetailsDropdown
......
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