From 063aa8697855bc72ec88ad21c4a435967fc9b636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 26 Oct 2025 20:23:58 +0100 Subject: [PATCH] core: disable "stateful" phase in schemathesis config --- schemathesis.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemathesis.toml b/schemathesis.toml index 3b58dd81e..3df3acd8d 100644 --- a/schemathesis.toml +++ b/schemathesis.toml @@ -8,5 +8,8 @@ continue-on-failure = true include-path-regex = "/sync/?.*" enabled = false +[phases.stateful] +enabled = false + [auth] basic = { username = "plain", password = "${RELAY_PASSWORD}" }