From 4a99481a11c595393fe4d5a6ff3fb76474c1cbca Mon Sep 17 00:00:00 2001 From: Maisem Ali Date: Thu, 16 Feb 2023 17:12:03 -0800 Subject: [PATCH] .github/workflows: set TS_FUZZ_CURRENTLY_BROKEN to false Signed-off-by: Maisem Ali --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ff8cae62..78263156f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ env: # This variable toggles the fuzz job between two modes: # - false: we expect fuzzing to be happy, and should report failure if it's not. # - true: we expect fuzzing is broken, and should report failure if it start working. - TS_FUZZ_CURRENTLY_BROKEN: true + TS_FUZZ_CURRENTLY_BROKEN: false on: push: