mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 17:06:57 -06:00
DashboardScenes: Disable flaky new-datasource-variable e2e test (#89817)
disable flaky new-datasource-variable e2e test
This commit is contained in:
parent
f833b782b6
commit
8e1c4919c7
@ -3,7 +3,8 @@ import { e2e } from '../utils';
|
||||
const PAGE_UNDER_TEST = 'kVi2Gex7z/test-variable-output';
|
||||
const DASHBOARD_NAME = 'Test variable output';
|
||||
|
||||
describe('Variables - Datasource', () => {
|
||||
// Skipping due to flakiness/race conditions with same old arch test e2e/dashboards-suite/new-datasource-variable.spec.ts
|
||||
describe.skip('Variables - Datasource', () => {
|
||||
beforeEach(() => {
|
||||
e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD'));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user