Skip to content

Commit d3ed7cc

Browse files
committed
Skip on more platforms
1 parent 48acc9b commit d3ed7cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ cmd="cargo test --target $target ${LIBC_CI_ZBUILD_STD+"-Zbuild-std"}"
8585
# Run tests in the `libc` crate
8686
case "$target" in
8787
# FIXME(android): unit tests fail to start on Android
88+
# FIXME(s390x): unit tests fail to locate glibc
8889
*android*) ;;
90+
*s390x*) ;;
8991
*) $cmd
9092
esac
9193

0 commit comments

Comments
 (0)