Tests: Skipping Template Variable tests for now (#20707)

custom-unit-formats
Hugo Häggmark 6 years ago committed by GitHub
parent d6ef02b3b3
commit a538e67d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/e2e-test/scenarios/templating/templatevariables-crud.test.ts

@ -15,6 +15,7 @@ e2eScenario({
itName: 'Template Variables QueryVariable CRUD',
createTestDataSource: true,
createTestDashboard: true,
skipScenario: true,
scenario: async (browser: Browser, page: Page, datasourceName?: string, dashboardPage?: TestPage<DashboardPage>) => {
await dashboardPage.pageObjects.settings.click();

Loading…
Cancel
Save