Skip to content

Commit

Permalink
Disable brittle rustdoc-json tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-hughes committed Dec 21, 2020
1 parent d9d66bd commit 88dadc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ set -e
# Ensure the build fails if it uses excessive amounts of memory.
ulimit -d $((1024 * 1024 * 8)) # 8 GiB

./x.py test --stage 1
./x.py test --stage 1 --exclude rustdoc-json

0 comments on commit 88dadc7

Please sign in to comment.