Skip to content

Commit 3974319

Browse files
committed
disable negative data check in schemathesis to avoid false positive
1 parent b379026 commit 3974319

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ rpm:
622622
schemathesistest:
623623
schemathesis run \
624624
--checks=all \
625+
--exclude-checks=negative_data_rejection \
625626
--request-timeout=2000 \
626627
--max-examples=100 \
627628
--url='${API_TEST_URL}' \

0 commit comments

Comments
 (0)