mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-30 15:18:01 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user