Skip to content

Commit

Permalink
Remove the qemu workaround for ppc64
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantn authored Dec 14, 2024
1 parent 8bcad03 commit a67b9ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ cargo_test() {
wasm32*)
cmd="$cmd --nocapture"
;;
# qemu has an erratic behavior on those tests
powerpc64*)
cmd="$cmd --skip test_vec_lde_u16 --skip test_vec_lde_u32 --skip test_vec_expte"
;;
esac

if [ "$SKIP_TESTS" != "" ]; then
Expand Down

0 comments on commit a67b9ab

Please sign in to comment.