squawk: disable test which depend on the PostgreSQL version

This commit is contained in:
Mario Rodas
2023-12-23 04:20:00 +00:00
parent d99923dca9
commit 0df1416e1f
@@ -39,6 +39,11 @@ rustPlatform.buildRustPackage rec {
LIBPG_QUERY_PATH = libpg_query;
checkFlags = [
# depends on the PostgreSQL version
"--skip=parse::tests::test_parse_sql_query_json"
];
meta = with lib; {
description = "Linter for PostgreSQL, focused on migrations";
homepage = "https://squawkhq.com/";