Skip to content

Commit f3ffff2

Browse files
authored
Disable udeps test on macOS
1 parent 3a89494 commit f3ffff2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • test-fuzz/tests/integration

test-fuzz/tests/integration/ci.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ fn remove_avatars(value: &mut serde_json::Value) {
320320
}
321321
}
322322

323+
#[cfg(not(target_os = "macos"))]
323324
#[test]
324325
fn udeps() {
325326
Command::new("cargo")

0 commit comments

Comments
 (0)