mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
ast-grep: disable test_unmatching_id
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
042f4f899e
commit
8ba6b9f074
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user