Codebase list rust-subtle / 166cdb1
Properly mark the ADT tests as flaky We special-case the "unstable" feature as it is broken "by design" whereas the others suffer from a bug/misfeature somewhere between once_cell, cargo and debcargo. See https://github.com/matklad/once_cell/issues/161 for a succinct description of the issue. Simon Chopin 2 years ago
1 changed file(s) with 9 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 overlay = "."
11 uploaders = [ "Nikos Tsipinakis <nikos@tsipinakis.com>" ]
22 collapse_features = true
3
4 [packages.lib]
5 # Consider all tests as broken when using debcargo because of this bug:
6 # https://github.com/matklad/once_cell/issues/161
7 test_is_broken = true
8
9 [packages."lib+unstable"]
10 # 'unstable' is by definition broken for Debian!
11 test_is_broken = true