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}" }