Skip to content

Commit

Permalink
release v.0.3.0; also reenable TLC integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-kuprianov committed Aug 31, 2021
1 parent 49a905d commit 02b2eb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 3 additions & 2 deletions modelator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "modelator"
description = "A framework and tools for model-based testing."
version = "0.2.1"
version = "0.3.0"
edition = "2018"
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -10,7 +10,8 @@ repository = "https://github.com/informalsystems/modelator"
authors = [
"Vitor Enes <[email protected]>",
"Andrey Kuprianov <[email protected]>",
"Ranadeep Biswas <[email protected]>"
"Ranadeep Biswas <[email protected]>",
"Daniel Tisdall <[email protected]>"
]

[dependencies]
Expand Down
5 changes: 1 addition & 4 deletions modelator/tests/integration/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,7 @@ const TLA_DIR: &str = "tests/integration/tla";
// parallel
static LOCK: Lazy<Mutex<()>> = Lazy::new(Mutex::default);

// TODO: disabled because of non-deterministic test failures
// see https://github.com/informalsystems/modelator/issues/43
// #[test]
#[allow(dead_code)]
#[test]
fn tlc() {
let _guard = LOCK.lock();
if let Err(e) = all_tests(ModelChecker::Tlc) {
Expand Down

0 comments on commit 02b2eb2

Please sign in to comment.