From 72734d1716e727e00c1fe8bc4d7a769171fab6fa Mon Sep 17 00:00:00 2001 From: Agent Smith Date: Wed, 17 Jul 2024 09:41:21 +0800 Subject: [PATCH] fix: skip repl in mac test --- src/repl/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repl/test.rs b/src/repl/test.rs index f74e2dcf..e2f583a1 100644 --- a/src/repl/test.rs +++ b/src/repl/test.rs @@ -58,7 +58,7 @@ impl super::editor::TermEditor for TestEditor { } #[test] -#[cfg(test)] +#[cfg(all(test, not(target_os = "macos")))] fn test_repl() { let rl = TestEditor::new( VecDeque::from(vec![