From 2cf4007eb73fdf35b7b1a22560d1fb44c5c8c1a6 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Sat, 7 Feb 2026 20:37:27 +0000 Subject: [PATCH] vector: Disable flakey test_run_command_linux on aarch64 --- pkgs/by-name/ve/vector/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/ve/vector/package.nix b/pkgs/by-name/ve/vector/package.nix index 7ec0a9906f39..d3935e0f64a5 100644 --- a/pkgs/by-name/ve/vector/package.nix +++ b/pkgs/by-name/ve/vector/package.nix @@ -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"