Skip to content

Commit a67b9ab

Browse files
authored
Remove the qemu workaround for ppc64
1 parent 8bcad03 commit a67b9ab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/run.sh

-4
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ cargo_test() {
8282
wasm32*)
8383
cmd="$cmd --nocapture"
8484
;;
85-
# qemu has an erratic behavior on those tests
86-
powerpc64*)
87-
cmd="$cmd --skip test_vec_lde_u16 --skip test_vec_lde_u32 --skip test_vec_expte"
88-
;;
8985
esac
9086

9187
if [ "$SKIP_TESTS" != "" ]; then

0 commit comments

Comments
 (0)