From e232ec657e462e7eb790bae184cad0f4322585cc Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 25 Dec 2023 12:36:56 +0100 Subject: [PATCH] Disable fuzzing seq until the https://github.com/uutils/coreutils/issues/5724 is fixed --- .github/workflows/fuzzing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fuzzing.yml b/.github/workflows/fuzzing.yml index c29294d4d..194508844 100644 --- a/.github/workflows/fuzzing.yml +++ b/.github/workflows/fuzzing.yml @@ -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 }