diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-04-06 14:05:30 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-04-06 14:05:30 +0000 |
| commit | 0f1ee59ea579527f82a69f3564bba5c3ee2a69dd (patch) | |
| tree | 21fe8895d44fab2f06dc741e246a558aa976f608 | |
| parent | 242b261585ffb70108bfd236a260e95ec4b06556 (diff) | |
| download | rust-0f1ee59ea579527f82a69f3564bba5c3ee2a69dd.tar.gz rust-0f1ee59ea579527f82a69f3564bba5c3ee2a69dd.zip | |
Disable failing rand tests on FreeBSD
| -rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 97c2f45d31e..a98bf2b8b89 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -16,4 +16,5 @@ task: # Disabling incr comp reduces cache size and incr comp doesn't save as much # on CI anyway. - export CARGO_BUILD_INCREMENTAL=false - - ./y.sh test + # Skip rand as it fails on FreeBSD due to rust-random/rand#1355 + - ./y.sh test --skip-test test.rust-random/rand |
