vector: Disable flakey test_run_command_linux on aarch64 (#488087)

This commit is contained in:
Yt
2026-02-07 22:18:09 +00:00
committed by GitHub
+1
View File
@@ -129,6 +129,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
]
++ lib.optionals (stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isLinux) [
# Flakey on aarch64-linux
"--skip=sources::exec::tests::test_run_command_linux"
"--skip=topology::test::backpressure::buffer_drop_fan_out"
"--skip=topology::test::backpressure::default_fan_out"
"--skip=topology::test::backpressure::serial_backpressure"