Skip to content

Commit

Permalink
Disable fuzzing seq until the uutils#5724 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre authored Dec 25, 2023
1 parent 863c022 commit e232ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- { name: fuzz_expr, should_pass: true }
- { name: fuzz_printf, should_pass: false }
- { name: fuzz_echo, should_pass: true }
- { name: fuzz_seq, should_pass: false }
# - { name: fuzz_seq, should_pass: false }
- { name: fuzz_parse_glob, should_pass: true }
- { name: fuzz_parse_size, should_pass: true }
- { name: fuzz_parse_time, should_pass: true }
Expand Down

0 comments on commit e232ec6

Please sign in to comment.