testing/biome: skip commands::check::file_too_large test

fails on aarch64 buildozer, but passes on our CI
This commit is contained in:
Michał Polański 2024-08-08 02:10:55 +02:00
parent 14254e64c5
commit 86142600e4

View File

@ -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() {