Skip to content

Commit d5be782

Browse files
committed
chore: Prevent trace requests on st tests
1 parent a0f03d2 commit d5be782

File tree

3 files changed

+96
-93
lines changed

3 files changed

+96
-93
lines changed

applications/common/deploy/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ harness:
2424
enabled: true
2525
autotest: true
2626
checks:
27-
- all
27+
- all
28+
runParams:
29+
- "--set-phases.coverage.unexpected-methods="

applications/samples/deploy/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ harness:
8686
- "--request-timeout=180000"
8787
- "--max-examples=2"
8888
- "--exclude-checks=ignored_auth"
89+
- "--set-phases.coverage.unexpected-methods="
8990

9091
dockerfile:
9192
buildArgs:

0 commit comments

Comments
 (0)