Skip to content

Commit

Permalink
rust features are hard
Browse files Browse the repository at this point in the history
  • Loading branch information
wacban committed Jan 22, 2023
1 parent 62ba656 commit 5d72b4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration-tests/src/tests/client/features/wasmer2.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#[cfg(all(feature = "wasmer0_vm", feature = "wasmer2_vm"))]
// This test fails on aarch because wasmer0 and wasmer2 are not available.
#[cfg(not(all(target_arch = "aarch64", target_vendor = "apple")))]
mod test_wasmer2_upgrade {
use crate::tests::client::process_blocks::{create_nightshade_runtimes, deploy_test_contract};
use near_chain::ChainGenesis;
Expand Down

0 comments on commit 5d72b4c

Please sign in to comment.