Skip to content

Commit

Permalink
Exclude mac on the regression test with the auto_id feature
Browse files Browse the repository at this point in the history
  • Loading branch information
clementwanjau committed Jul 5, 2024
1 parent 82848ca commit 1c83d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ fn test_tree() -> Result<()> {
Ok(())
}

#[cfg(feature = "auto_id")]
#[cfg(all(not(target_os = "macos"), feature = "auto_id", not(feature = "no_std")))]
#[test]
fn test_tree_with_auto_id() -> Result<()> {
#[cfg(feature = "serde")]
Expand Down

0 comments on commit 1c83d2e

Please sign in to comment.