diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e55df71a67..61cf035f20 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -280,6 +280,8 @@ steps: - |- make clean install-vendor-m3 test-ci-integration-m3em test-ci-integration-cluster test-ci-integration-msg test-ci-integration-metrics <<: *common +# Commenting out Documentation test for now because of issue with access tokens. Also a low priority test, as it checks +# for broken links in the documentation. ISSUE: https://github.com/m3db/m3/issues/4288 # - name: "Documentation tests" # command: make clean install-vendor-m3 docs-test # env: