Skip to content

Commit

Permalink
ci: ignore test that is expected to fail to run on our environment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Dec 18, 2024
1 parent 873c0f4 commit 81c4470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/packsquash/src/squash_zip/system_id/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ fn get_dmi_product_id() {

#[test]
#[cfg(target_os = "linux")]
#[cfg_attr(ci, ignore = "Fails on CI runners")]
fn get_aggregated_dmi_serial_numbers_id() {
use super::os::get_aggregated_dmi_serial_numbers_id;

Expand Down

0 comments on commit 81c4470

Please sign in to comment.