From e031099dc169642583296909e881029a2e987089 Mon Sep 17 00:00:00 2001 From: Ethan Brierley Date: Mon, 17 Feb 2025 12:12:08 +0000 Subject: [PATCH] chore(nix): remove problematic test from nix tests --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 411ceb7..c565396 100644 --- a/flake.nix +++ b/flake.nix @@ -70,6 +70,7 @@ "--skip=missing_manifest" "--skip=patch_absolute_path" "--skip=patch_manifest_doesnt_exist" + "--skip=cli_tests::rm_override_subcommand_help_message" ]; };