Skip to content

Commit c63a4ed

Browse files
lu-zeroAmanieu
authored andcommitted
Skip vec_expte tests since they trip qemu
1 parent 4a15339 commit c63a4ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ cargo_test() {
7373
wasm32*)
7474
cmd="$cmd --nocapture"
7575
;;
76+
# qemu has an erratic behavior on those tests
77+
powerpc64*)
78+
cmd="$cmd --skip test_vec_lde_u16 --skip test_vec_lde_u32 --skip test_vec_expte"
7679
esac
7780

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

0 commit comments

Comments
 (0)