We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10f977 commit c6ac8bdCopy full SHA for c6ac8bd
2 files changed
applications/samples/deploy/values.yaml
@@ -85,6 +85,7 @@ harness:
85
- "--exclude-operation-id=valid_token"
86
- "--exclude-operation-id=valid_cookie"
87
- "--suppress-health-check=too_slow"
88
+ - "--suppress-health-check=filter_too_much"
89
- "--request-timeout=180000"
90
- "--max-examples=2"
91
- "--exclude-checks=ignored_auth"
applications/workflows/deploy/values.yaml
@@ -18,3 +18,5 @@ harness:
18
autotest: true
19
checks:
20
- all
21
+ runParams:
22
0 commit comments