Add a case ignore flag (#114)

* Added a resolver tied to a specific block

* Increase the number of private keys

* Increase kitchensink wait time to 60 seconds

* Add a case ignore flag
This commit is contained in:
Omar
2025-08-04 19:40:53 +03:00
committed by GitHub
parent ff993d44a5
commit 9980926d40
3 changed files with 32 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ pub struct Case {
pub inputs: Vec<Input>,
pub group: Option<String>,
pub expected: Option<Expected>,
pub ignore: Option<bool>,
}
impl Case {