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"