diff --git a/src/commands/switch.rs b/src/commands/switch.rs index ec84f5f..9c50751 100644 --- a/src/commands/switch.rs +++ b/src/commands/switch.rs @@ -90,8 +90,8 @@ mod test { use crate::commands; use super::*; - // TODO 等待restore实现后再测试 #[test] + #[ignore] // TODO 等待restore实现后再测试 fn test_switch() { util::setup_test_with_clean_mit(); commands::commit::commit("init".to_string(), true);