DashboardScenes: Disable flaky new-datasource-variable e2e test (#89817)

disable flaky new-datasource-variable e2e test
This commit is contained in:
Sergej-Vlasov 2024-06-27 12:06:07 +03:00 committed by GitHub
parent f833b782b6
commit 8e1c4919c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'));
});