vector: fix aarch64-linux tests

This commit is contained in:
Can H. Tartanoglu
2026-05-05 12:30:52 +02:00
parent 2470337a30
commit 9d5b3560b5
+1
View File
@@ -133,6 +133,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
]
++ lib.optionals (stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isLinux) [
# Flakey on aarch64-linux
"--skip=sources::exec::tests::test_graceful_shutdown"
"--skip=sources::exec::tests::test_run_command_linux"
"--skip=topology::test::backpressure::buffer_drop_fan_out"
"--skip=topology::test::backpressure::default_fan_out"