Commit 4c92bd15 by Hugo Häggmark Committed by GitHub

e2e: disables variables tests (#25296)

parent e4fcc39e
......@@ -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
// https://github.com/cypress-io/cypress/issues/5987
// https://github.com/cypress-io/cypress/issues/6023#issuecomment-574031655
describe('Variables', () => {
describe.skip('Variables', () => {
let lastUid = '';
let lastData = '';
let variables: VariablesData[] = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment