Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .test_patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ tests:
- *palla

# yarn-project tests
# This test is meant to be run locally for measurements only (describe.skip in source).
# Rarely, Jest --forceExit fails to kill the process, causing a 600s timeout.
- regex: "avm_mega_bulk.test.ts"
skip: true
owners:
- *adam
- regex: "yarn-project/kv-store"
error_regex: "Could not import your test module"
owners:
Expand Down
Loading