From dc94251b334163e4d30c400e353a0b52473f22bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 21 Feb 2026 21:40:58 +0100 Subject: [PATCH] core: disable "fuzzing" phase in schemathesis config --- schemathesis.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemathesis.toml b/schemathesis.toml index c8b5cc8b5..a40079451 100644 --- a/schemathesis.toml +++ b/schemathesis.toml @@ -11,6 +11,9 @@ enabled = false [phases.stateful] enabled = false +[phases.fuzzing] +enabled = false + [auth] basic = { username = "plain", password = "${RELAY_PASSWORD}" }