Skip to content

Commit d661bde

Browse files
committed
Auto merge of #664 - ehuss:patch-1, r=Mark-Simulacrum
Ignore 2 crates that always fail These two crates always fail on the second build because the build script has a bug that causes it generate incorrect code on the second pass (they do not handle the fact that the out directory is not cleared between runs).
2 parents 9fb178c + 86d48be commit d661bde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ actix = { skip-tests = true } # flaky test
4949
ai = { skip-tests = true } # may fail due to randomness
5050
alumina = { skip = true } # flaky build
5151
atlas-coverage-core = { skip-tests = true } # flaky tests
52+
bitrust = { skip = true } # buggy build script
5253
caesarlib = { skip-tests = true } # flaky test
5354
cc = { skip-tests = true } # flaky test
5455
chef_api = { skip-tests = true } # flaky tests
@@ -73,6 +74,7 @@ idx = { skip-tests = true } # depends on filesystem
7374
image-stream = { skip-tests = true } # depends on network
7475
ipc-channel = { slow = true } # tests slow to run
7576
jemalloc-ctl = { skip-tests = true } # flaky tests
77+
ledger-transport-zemu = { skip = true } # buggy build script
7678
libfuzzy-sys = { skip = true } # flaky build
7779
loadconf = { skip-tests = true } # flaky test
7880
loaded_dice = { skip-tests = true } # may fail due to randomness

0 commit comments

Comments
 (0)