Skip to content

Commit

Permalink
fix: skip repl in mac test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronostasys committed Jul 17, 2024
1 parent 2d1a832 commit 72734d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repl/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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![
Expand Down

0 comments on commit 72734d1

Please sign in to comment.