From 74a4b3e249e911a1285f3105b2e0ae1594bcb351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 2 Jul 2025 22:53:00 +0200 Subject: [PATCH] core: move parameter "continue-on-failure" on the global level in schemathesis config --- schemathesis.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/schemathesis.toml b/schemathesis.toml index d4a0786a2..3b58dd81e 100644 --- a/schemathesis.toml +++ b/schemathesis.toml @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-3.0-or-later -[parameters] continue-on-failure = true [[operations]]