mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 17:43:35 -06:00
Explore: skip flaky e2e test (#80543)
This commit is contained in:
parent
3979ea0c47
commit
2a4f6ba5b0
@ -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'));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user