File tree Expand file tree Collapse file tree 3 files changed +4
-20
lines changed
Expand file tree Collapse file tree 3 files changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,5 @@ harness:
2323 api :
2424 enabled : true
2525 autotest : true
26- runParams :
27- - --phases
28- - examples
29- - --mode
30- - positive
31- - --max-examples
32- - " 10"
3326 checks :
3427 - all
Original file line number Diff line number Diff line change @@ -78,16 +78,14 @@ harness:
7878 checks :
7979 - all
8080 runParams :
81- - " --skip -deprecated-operations "
81+ - " --exclude -deprecated"
8282 - " --exclude-operation-id=submit_sync"
8383 - " --exclude-operation-id=submit_sync_with_results"
8484 - " --exclude-operation-id=error"
85- - " --hypothesis-suppress-health-check=too_slow"
86- - " --hypothesis-deadline=180000"
85+ - " --suppress-health-check=too_slow"
8786 - " --request-timeout=180000"
88- - " --hypothesis-max-examples=2"
89- - " --show-trace"
90- - " --exclude-checks=ignored_auth" # ignored_auth is not working on schemathesis 3.36.0
87+ - " --max-examples=2"
88+ - " --exclude-checks=ignored_auth"
9189
9290 dockerfile :
9391 buildArgs :
Original file line number Diff line number Diff line change @@ -16,12 +16,5 @@ harness:
1616 api :
1717 enabled : true
1818 autotest : true
19- runParams :
20- - --mode
21- - positive
22- - --max-examples
23- - " 5"
24- - --exclude-checks
25- - response_schema_conformance,positive_data_acceptance
2619 checks :
2720 - all
You can’t perform that action at this time.
0 commit comments