Skip to content

Commit 0f1ee59

Browse files
committed
Disable failing rand tests on FreeBSD
1 parent 242b261 commit 0f1ee59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cirrus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ task:
1616
# Disabling incr comp reduces cache size and incr comp doesn't save as much
1717
# on CI anyway.
1818
- export CARGO_BUILD_INCREMENTAL=false
19-
- ./y.sh test
19+
# Skip rand as it fails on FreeBSD due to rust-random/rand#1355
20+
- ./y.sh test --skip-test test.rust-random/rand

0 commit comments

Comments
 (0)