Skip to content

Commit

Permalink
[buildkite] Comment out Documentation Tests (#4286)
Browse files Browse the repository at this point in the history
* add comment to documentation test

* add issue
  • Loading branch information
kentzeng12 authored Aug 1, 2024
1 parent 476c3fa commit d0b7d6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d0b7d6e

Please sign in to comment.