Skip to content

Commit d5766f2

Browse files
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
1 parent e75ecb9 commit d5766f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/fuzz/test_runner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"script_deserialize",
3333
"sub_net_deserialize",
3434
"tx_in_deserialize",
35+
"tx_in",
36+
"tx_out",
3537
]
3638

3739
def main():

0 commit comments

Comments
 (0)