Commit 9be26788 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

test: skip flaky universal search test (#5881)

test: skip flaky test
parent ed393de4
......@@ -64,7 +64,7 @@ describe('Universal search bar', () => {
.should('be.eq', 3)
})
it('should show blocked badge when blocked token is searched for', () => {
it.skip('should show blocked badge when blocked token is searched for', () => {
// Search for mTSLA, which is a blocked token.
cy.get('[data-cy="search-bar-input"]').last().clear().type('mtsla')
cy.get('[data-cy="searchbar-token-row-mTSLA"]').find('[data-cy="blocked-icon"]').should('exist')
......
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