ast-grep: disable test_unmatching_id

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-09-26 06:40:05 +02:00
parent 042f4f899e
commit 8ba6b9f074
No known key found for this signature in database
GPG Key ID: 26C542FD97F965CE

View File

@ -25,6 +25,10 @@ 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/256548)
# Please check if this is fixed in future updates of the package
"--skip=verify::test_case::tests::test_unmatching_id"
];
meta = with lib; {