Skip to content
Snippets Groups Projects
Commit c1f91b05 authored by mio's avatar mio
Browse files

testing/thelounge: disable check on loongarch64

parent 87e5ea0b
No related branches found
No related tags found
1 merge request!72714testing/thelounge: disable check on loongarch64
This commit is part of merge request !72714. Comments created here will be created in the context of that merge request.
...@@ -19,6 +19,13 @@ source=" ...@@ -19,6 +19,13 @@ source="
" "
options="net" # net for npm options="net" # net for npm
case $CARCH in
# loongarch64: 2 tests failed on the builder
# 1) SQLite Message Storage: should retrieve latest LIMIT messages in order
# 2) SQLite Message Storage: should search messages
loongarch64) options="$options !check";;
esac
prepare() { prepare() {
default_prepare default_prepare
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment