Pipeline: Revert a11y changes to fix publish frontend metrics step (#38452)

This commit is contained in:
Maria Alexandra
2021-08-23 16:45:59 +02:00
committed by GitHub
parent 864c526d9a
commit ef8e95ac7f
2 changed files with 1 additions and 3 deletions

View File

@@ -495,7 +495,6 @@ def test_a11y_frontend_step(edition, port=3001):
},
'failure': 'ignore',
'commands': [
'./e2e/wait-for-grafana',
'yarn -s test:accessibility --json > pa11y-ci-results.json 1>&2',
],
}