Avoid snapshot testing in CI with --all-features
This commit is contained in:
parent
665c89a062
commit
e324b18dff
2 changed files with 1 additions and 1 deletions
|
|
@ -595,6 +595,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn it_creates_a_new_task() -> Result<(), Error> {
|
||||
let (mut todos, _command) = Todos::new();
|
||||
let _command = todos.update(Message::Loaded(Err(LoadError::File)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue