Explore: skip flaky e2e test (#80543)

This commit is contained in:
Giordano Ricci 2024-01-15 12:26:34 +00:00 committed by GitHub
parent 3979ea0c47
commit 2a4f6ba5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
import { e2e } from '../utils';
describe('Explore', () => {
// This seems to be flaky on CI, skipping it for now.
describe.skip('Explore', () => {
beforeEach(() => {
e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD'));
});