Skip to content

Commit 8245b11

Browse files
committed
disabling a11y browser test for now
1 parent 555c985 commit 8245b11

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.circleci/config.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ workflows:
175175
- test-browser:
176176
requires:
177177
- install
178-
- test-a11y:
179-
requires:
180-
- install
178+
# disabling ally test due to issue with lighthouse
179+
# not sure why lighthouse starting breaking, but could
180+
# be worth looking into upgrading browsers (docker) + lighthouse
181+
# - test-a11y:
182+
# requires:
183+
# - install

0 commit comments

Comments
 (0)