Skip to content

Commit

Permalink
added skipblockCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed May 5, 2023
1 parent 2444cfc commit 0686a87
Show file tree
Hide file tree
Showing 6 changed files with 252 additions and 215 deletions.
6 changes: 6 additions & 0 deletions .changeset/quiet-dots-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@moonwall/util": patch
"@moonwall/cli": patch
---

added blockCheck skip for zombie tests
3 changes: 2 additions & 1 deletion moonwall.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"zombieSpec": {
"name": "zombienet",
"configPath": "./configs/zombieMulti.json",
"monitoredNode": "alice"
"monitoredNode": "alice",
"skipBlockCheck": [ "para2"]
}
},
"connections": [
Expand Down
Loading

0 comments on commit 0686a87

Please sign in to comment.