From 8c00548bbff251aadfa396b7d171a0b26f2a5111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Sat, 30 Sep 2023 05:18:24 +0200 Subject: [PATCH] ast-grep: ignore test_unmatching_id MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen Co-authored-by: Artturi --- pkgs/by-name/as/ast-grep/package.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/by-name/as/ast-grep/package.nix b/pkgs/by-name/as/ast-grep/package.nix index a6c98629fe01..2d74ca939aa2 100644 --- a/pkgs/by-name/as/ast-grep/package.nix +++ b/pkgs/by-name/as/ast-grep/package.nix @@ -25,6 +25,11 @@ rustPlatform.buildRustPackage rec { checkFlags = [ # disable flaky test "--skip=test::test_load_parser_mac" + + + # BUG: Broke by 0.12.1 update (https://github.com/NixOS/nixpkgs/pull/257385) + # Please check if this is fixed in future updates of the package + "--skip=verify::test_case::tests::test_unmatching_id" ]; meta = with lib; {