From 4dd36270a8ecde3caa2640e148520e6a8968a75c 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/schemathesis.toml b/schemathesis.toml index c8b5cc8b5..e06019079 100644 --- a/schemathesis.toml +++ b/schemathesis.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Sébastien Helleu +# SPDX-FileCopyrightText: 2025-2026 Sébastien Helleu # # SPDX-License-Identifier: GPL-3.0-or-later @@ -11,6 +11,9 @@ enabled = false [phases.stateful] enabled = false +[phases.fuzzing] +enabled = false + [auth] basic = { username = "plain", password = "${RELAY_PASSWORD}" }