Skip to content
Snippets Groups Projects
Commit c0d7237d authored by anarcat's avatar anarcat
Browse files

disable tests to fix FTBFS problems in reproducible builds

the problem was with "future" tests that were triggering the expired
keys detection. the proper fix is to replace the tested keys with keys
that do not expire but exhibit the same problems. this is hard because
it's not always clear why the keys are there.

an alternative would be to generate those keys on the fly, but this
has similar problems: we would have trouble generating fake keys that
exhibit the same problematic behavior. a key example is Zack's key,
which is fairly large... we would need to generate a similar key, but
also cross-signatures.

it's a non-trivial problem, so let's just live with future failing
tests, unfortunately.
parent 2b1e36b4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment