Skip to content

Commit

Permalink
Disable Light Client model-based tests by default (#973)
Browse files Browse the repository at this point in the history
* Disable model-based tests by default

Signed-off-by: Thane Thomson <connect@thanethomson.com>

* Add changelog entry

Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Sep 17, 2021
1 parent 086acc8 commit 12cc4bb
Show file tree
Hide file tree
Showing 3 changed files with 625 additions and 616 deletions.
3 changes: 3 additions & 0 deletions .changelog/unreleased/improvements/968-mbt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- `[tendermint-light-client]` Model-based tests are now disabled
by default and can be enabled through the `mbt` feature
([#968](https://github.com/informalsystems/tendermint-rs/issues/968))
2 changes: 2 additions & 0 deletions light-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ unstable = []
std = [
"flex-error/std"
]
# Enable to execute long-running model-based tests
mbt = []

[dependencies]
tendermint = { version = "0.21.0", path = "../tendermint" }
Expand Down
Loading

0 comments on commit 12cc4bb

Please sign in to comment.