diff options
Diffstat (limited to 'crates/shirabe/tests')
| -rw-r--r-- | crates/shirabe/tests/cli.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crates/shirabe/tests/cli.rs b/crates/shirabe/tests/cli.rs index 5fd3980..c0fa1d9 100644 --- a/crates/shirabe/tests/cli.rs +++ b/crates/shirabe/tests/cli.rs @@ -132,18 +132,15 @@ run_no_panic_tests! { run_check_platform_reqs => "check-platform-reqs", #[ignore = "currently panics"] run_clear_cache => "clear-cache", - #[ignore = "currently panics"] run_config => "config", #[ignore = "currently panics"] run_create_project => "create-project", - #[ignore = "currently panics"] run_depends => "depends", #[ignore = "currently panics"] run_diagnose => "diagnose", run_dump_autoload => "dump-autoload", run_exec => "exec", run_fund => "fund", - #[ignore = "currently panics"] run_global => "global", #[ignore = "currently panics"] run_init => "init", @@ -151,12 +148,9 @@ run_no_panic_tests! { run_licenses => "licenses", #[ignore = "currently panics"] run_outdated => "outdated", - #[ignore = "currently panics"] run_prohibits => "prohibits", run_reinstall => "reinstall", - #[ignore = "currently panics"] run_remove => "remove", - #[ignore = "currently panics"] run_repository => "repository", #[ignore = "currently panics"] run_require => "require", |
