Skip to content

Commit

Permalink
fix: omit rsa zencode tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Sep 20, 2024
1 parent bf59530 commit 171026f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ tests = [
'generic_ecdh', 'generic_eddsa', 'generic_es256', 'generic_mldsa44',
'generic_schnorr', 'given', 'hash', 'http', 'keys', 'kyber', 'logfmt',
'mlkem512', 'ntrup', 'numbers', 'output', 'pack', 'parser',
'planetmint', 'pvss', 'random', 'reflow','rsa', 'rules', 'scope',
'planetmint', 'pvss', 'random', 'reflow','rules', 'scope', # 'rsa'
'sd_jwt', 'secshare', 'then', 'time', 'w3c', 'w3c_did', 'when',
'zencode_exec', 'zenswarm', 'zkp', 'zkp_multi_petitions'
]
Expand Down

0 comments on commit 171026f

Please sign in to comment.