Skip to content

Commit

Permalink
Disable artifact deserialization in non x86-64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Feb 15, 2024
1 parent 614f11e commit 1ba5924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/compilers/artifact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ fn artifact_serialization_roundtrip() {
}

#[test]
#[cfg(target_arch = "x86_64")]
fn artifact_deserialization_roundtrip() {
// This test is included to make sure we don't break the serialized format
// by mistake. Otherwise, everything in this test is already tested in
Expand Down

0 comments on commit 1ba5924

Please sign in to comment.