Skip to content

Commit

Permalink
Disable MBT tests if the "mocks" feature is not enabled (informalsyst…
Browse files Browse the repository at this point in the history
…ems#643)

* Add structure to MBT

* Only run model_based test if mocks feature is enabled

* Remove model_based test from the executor

* update CHANGELOG
  • Loading branch information
vitorenesduarte authored Feb 12, 2021
1 parent b35d9eb commit 2f5bd50
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@
### BUG FIXES

- [ibc]
- [nothing yet]
- Fix panic in conn open try when no connection id is provided ([#626])
- Disable MBT tests if the "mocks" feature is not enabled ([#643])

- [ibc-relayer]
- [nothing yet]

- [ibc-relayer-cli]
- [nothing yet]
- Fix wrong acks sent with `tx raw packet-ack` in a 3-chain setup ([#614])

### BREAKING CHANGES

Expand All @@ -49,23 +50,12 @@
- [ibc-relayer-cli]
- [nothing yet]

### BUG FIXES

- [ibc]
- Fix panic in conn open try when no connection id is provided ([#626])

- [ibc-relayer]
- [nothing yet]

- [ibc-relayer-cli]
- Fix wrong acks sent with `tx raw packet-ack` in a 3-chain setup ([#614])


[#316]: https://github.com/informalsystems/ibc-rs/issues/316
[#560]: https://github.com/informalsystems/ibc-rs/issues/560
[#614]: https://github.com/informalsystems/ibc-rs/issues/614
[#624]: https://github.com/informalsystems/ibc-rs/issues/624
[#626]: https://github.com/informalsystems/ibc-rs/issues/626
[#643]: https://github.com/informalsystems/ibc-rs/issues/643

## v0.1.0
*February 4, 2021*
Expand Down

0 comments on commit 2f5bd50

Please sign in to comment.