mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
e2e: disables variables tests (#25296)
This commit is contained in:
parent
e4fcc39e55
commit
4c92bd1539
@ -4,7 +4,7 @@ import { e2e } from '@grafana/e2e';
|
|||||||
// several it functions. Very important to keep the order of these it functions because they have dependency in the order
|
// several it functions. Very important to keep the order of these it functions because they have dependency in the order
|
||||||
// https://github.com/cypress-io/cypress/issues/5987
|
// https://github.com/cypress-io/cypress/issues/5987
|
||||||
// https://github.com/cypress-io/cypress/issues/6023#issuecomment-574031655
|
// https://github.com/cypress-io/cypress/issues/6023#issuecomment-574031655
|
||||||
describe('Variables', () => {
|
describe.skip('Variables', () => {
|
||||||
let lastUid = '';
|
let lastUid = '';
|
||||||
let lastData = '';
|
let lastData = '';
|
||||||
let variables: VariablesData[] = [
|
let variables: VariablesData[] = [
|
||||||
|
Loading…
Reference in New Issue
Block a user