From d0b7d6e83aab77d8d66d7018a3fade942b2b49c3 Mon Sep 17 00:00:00 2001 From: kentzeng12 <114431467+kentzeng12@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:38:30 -0700 Subject: [PATCH] [buildkite] Comment out Documentation Tests (#4286) * add comment to documentation test * add issue --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) 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: