From 4c92bd1539a3bf49253eeeacfe8fd6de80b785cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=A4ggmark?= Date: Tue, 2 Jun 2020 16:05:31 +0200 Subject: [PATCH] e2e: disables variables tests (#25296) --- e2e/suite1/specs/queryVariableCrud.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/suite1/specs/queryVariableCrud.spec.ts b/e2e/suite1/specs/queryVariableCrud.spec.ts index fec2f70dfe2..5ea51c4ee97 100644 --- a/e2e/suite1/specs/queryVariableCrud.spec.ts +++ b/e2e/suite1/specs/queryVariableCrud.spec.ts @@ -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[] = [