From 2fe6c2c7eaf5cc99b14e21a63de0a813dd228b94 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 26 Jun 2026 02:01:58 +0900 Subject: test(cli): un-ignore archive/browse/clear-cache/init smoke tests These no-longer-panic after the table/command chokepoint fixes; diagnose and require still panic and stay ignored. Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crates') diff --git a/crates/shirabe/src/lib.rs b/crates/shirabe/src/lib.rs index 9182cbe..2de7f29 100644 --- a/crates/shirabe/src/lib.rs +++ b/crates/shirabe/src/lib.rs @@ -171,14 +171,11 @@ mod cli_tests { run_no_panic_tests! { run_about => "about", - #[ignore = "currently panics"] run_archive => "archive", run_audit => "audit", - #[ignore = "currently panics"] run_browse => "browse", run_bump => "bump", run_check_platform_reqs => "check-platform-reqs", - #[ignore = "currently panics"] run_clear_cache => "clear-cache", run_config => "config", run_create_project => "create-project", @@ -189,7 +186,6 @@ mod cli_tests { run_exec => "exec", run_fund => "fund", run_global => "global", - #[ignore = "currently panics"] run_init => "init", run_install => "install", run_licenses => "licenses", -- cgit v1.3.1