Skip to content

Commit c6ac8bd

Browse files
committed
chore: Update runParams
1 parent b10f977 commit c6ac8bd

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

applications/samples/deploy/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ harness:
8585
- "--exclude-operation-id=valid_token"
8686
- "--exclude-operation-id=valid_cookie"
8787
- "--suppress-health-check=too_slow"
88+
- "--suppress-health-check=filter_too_much"
8889
- "--request-timeout=180000"
8990
- "--max-examples=2"
9091
- "--exclude-checks=ignored_auth"

applications/workflows/deploy/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ harness:
1818
autotest: true
1919
checks:
2020
- all
21+
runParams:
22+
- "--suppress-health-check=filter_too_much"

0 commit comments

Comments
 (0)