Skip to content

Commit

Permalink
docs: Don't lint external links (#11940)
Browse files Browse the repository at this point in the history
These tests are regularly registering false failures, likely due to rate limiting on the web hosts which are serving the external links.
  • Loading branch information
webvictim authored Apr 15, 2022
1 parent 0fbee62 commit 0dac870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.assets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ docsbox:
.PHONY:test-docs
test-docs: docsbox
docker run --platform=linux/amd64 -i $(NOROOT) -v $$(pwd)/..:/src/content $(DOCSBOX) \
/bin/sh -c "yarn markdown-lint-external-links"
/bin/sh -c "yarn markdown-lint"

#
# Print the Go version used to build Teleport.
Expand Down

0 comments on commit 0dac870

Please sign in to comment.