Skip to content

Commit

Permalink
Disable a test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed Jan 2, 2024
1 parent 832ee0d commit ec201e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/building.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ fn test_empty_source_package_equivalent() -> Result<(), Box<dyn std::error::Erro
Ok(())
}

#[cfg(not(target_os = "windows"))]
#[test]
fn test_rpm_builder() -> Result<(), Box<dyn std::error::Error>> {
let mut buff = std::io::Cursor::new(Vec::<u8>::new());
Expand Down

0 comments on commit ec201e4

Please sign in to comment.