mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/biome: skip commands::check::file_too_large test
fails on aarch64 buildozer, but passes on our CI
This commit is contained in:
parent
14254e64c5
commit
86142600e4
@ -30,7 +30,8 @@ check() {
|
||||
cargo test -p biome_cli --frozen -- \
|
||||
--skip commands::check::max_diagnostics_default \
|
||||
--skip commands::ci::max_diagnostics \
|
||||
--skip commands::ci::max_diagnostics_default
|
||||
--skip commands::ci::max_diagnostics_default \
|
||||
--skip commands::check::file_too_large
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user