mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-29 04:03:21 +03:00
Disable Default Config Test
For now, it fails if there is a local config, differing from the default config.
This commit is contained in:
parent
98d9eacd22
commit
c193a0571c
@ -196,10 +196,12 @@ mod config_test {
|
|||||||
assert_eq!(result.unwrap(), Config::default());
|
assert_eq!(result.unwrap(), Config::default());
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
// This test needs a split somewhere between test and normal runs,
|
||||||
fn try_from_cli_args_default() {
|
// since otherwise it would look in a local configuration and fail.
|
||||||
let opts = CliArgs::default();
|
//#[test]
|
||||||
let result = Config::try_from(&opts);
|
//fn try_from_cli_args_default() {
|
||||||
assert_eq!(result.unwrap(), Config::default());
|
//let opts = CliArgs::default();
|
||||||
}
|
//let result = Config::try_from(&opts);
|
||||||
|
//assert_eq!(result.unwrap(), Config::default());
|
||||||
|
//}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user