Skip to content

Commit 4012a78

Browse files
Update .vscode/README.md to disable the block proposal check in assertoor_params and add a new external test configuration for block proposal checks, enhancing the testing setup.
1 parent 4bba883 commit 4012a78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ additional_services:
130130
- dora
131131
assertoor_params:
132132
run_stability_check: false
133-
run_block_proposal_check: true
133+
run_block_proposal_check: false
134134
```
135135
136136
This configuration:
@@ -175,6 +175,7 @@ web:
175175
176176
# Custom external tests
177177
externalTests:
178+
- file: https://raw.githubusercontent.com/noku-team/assertoor/master/playbooks/stable/block-proposal-check.yaml
178179
- file: https://raw.githubusercontent.com/noku-team/assertoor/master/playbooks/dev/tx-pool-check-short.yaml
179180
180181
# Custom logging configuration

0 commit comments

Comments
 (0)