Skip to content

Commit

Permalink
disabling a11y browser test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon committed Apr 3, 2024
1 parent 9684451 commit 099fea2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ workflows:
- test-browser:
requires:
- install
- test-a11y:
requires:
- install
# disabling ally test due to issue with lighthouse
# not sure why lighthouse starting breaking, but could
# be worth looking into upgrading browsers (docker) + lighthouse
# - test-a11y:
# requires:
# - install

0 comments on commit 099fea2

Please sign in to comment.