Skip to content

Commit

Permalink
Disable MobileSearch e2e test which is unstable in CI/CD.
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Viénot <[email protected]>
  • Loading branch information
svienot committed Feb 5, 2025
1 parent 5220b1b commit 7ae3b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/MobileSearch.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

import {makeExchangeFormat} from "../TestUtils";

describe('Search Bar', () => {
describe.skip('Search Bar', () => {

beforeEach(() => {
cy.viewport(700, 800)
Expand Down

0 comments on commit 7ae3b8b

Please sign in to comment.