Pipeline: Make Pa11y ci not mandatory on PR stage (#39285) (#39368)

(cherry picked from commit ef36bbbfbd)

Co-authored-by: Maria Alexandra <239999+axelavargas@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2021-09-17 13:59:10 -05:00
committed by GitHub
co-authored by Maria Alexandra
parent 6f52226c66
commit 3a002da406
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -435,6 +435,7 @@ def test_a11y_frontend_step_pr(edition, port=3001):
'HOST': 'end-to-end-tests-server' + enterprise2_suffix(edition),
'PORT': port,
},
'failure': 'ignore',
'commands': [
'yarn wait-on http://$HOST:$PORT',
'yarn -s test:accessibility-pr',