skip the new-variable-query e2e test

This commit is contained in:
Vicky Lee 2021-01-29 14:27:34 +00:00
parent df828d483b
commit 203c1875c2

View File

@ -3,7 +3,8 @@ import { e2e } from '@grafana/e2e';
const PAGE_UNDER_TEST = '-Y-tnEDWk';
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.openDashboard({ uid: `${PAGE_UNDER_TEST}?editview=templating` });