mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
skip the new-variable-query e2e test
This commit is contained in:
parent
df828d483b
commit
203c1875c2
@ -3,7 +3,8 @@ import { e2e } from '@grafana/e2e';
|
|||||||
const PAGE_UNDER_TEST = '-Y-tnEDWk';
|
const PAGE_UNDER_TEST = '-Y-tnEDWk';
|
||||||
|
|
||||||
describe('Variables - Add variable', () => {
|
describe('Variables - Add variable', () => {
|
||||||
it('query variable should be default and default fields should be correct', () => {
|
// TODO: fix flakiness https://github.com/grafana/grafana/pull/30644
|
||||||
|
it.skip('query variable should be default and default fields should be correct', () => {
|
||||||
e2e.flows.login('admin', 'admin');
|
e2e.flows.login('admin', 'admin');
|
||||||
e2e.flows.openDashboard({ uid: `${PAGE_UNDER_TEST}?editview=templating` });
|
e2e.flows.openDashboard({ uid: `${PAGE_UNDER_TEST}?editview=templating` });
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user