Skip to content

Commit b0f6877

Browse files
skip known issues
1 parent e9f01cc commit b0f6877

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

schemathesis.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@ mode = "all"
44
[checks.missing_required_header]
55
# Override expected status codes
66
expected-statuses = ["400"]
7+
8+
excluded_checks=[
9+
# GPCAPIM-421
10+
schemathesis.checks.not_a_server_error,
11+
# GPCAPIM-419
12+
schemathesis.checks.missing_required_header,
13+
# TODO Jira
14+
schemathesis.checks.unsupported_method,
15+
]

0 commit comments

Comments
 (0)