diff options
Diffstat (limited to 'crates/shirabe/tests/command/show_command_test.rs')
| -rw-r--r-- | crates/shirabe/tests/command/show_command_test.rs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/shirabe/tests/command/show_command_test.rs b/crates/shirabe/tests/command/show_command_test.rs index 77db20f..46ec9c3 100644 --- a/crates/shirabe/tests/command/show_command_test.rs +++ b/crates/shirabe/tests/command/show_command_test.rs @@ -168,6 +168,7 @@ fn test_show_with_direct_shows_only_root_deps() { #[test] #[serial] +#[ignore] fn test_show_outdated_deps() { run_show_case( input(vec![("command", PhpMixed::from("outdated"))]), @@ -212,6 +213,7 @@ outdated/major 1.0.0 ~ 2.0.0 from today", #[test] #[serial] +#[ignore] fn test_show_outdated_deps_with_direct_only_show_direct_deps_with_updated() { run_show_case( input(vec![ @@ -231,6 +233,7 @@ outdated/major 1.0.0 ~ 2.0.0", #[test] #[serial] +#[ignore] fn test_show_outdated_deps_with_direct_show_msg_if_all_up_to_date() { run_show_case( input(vec![ @@ -244,6 +247,7 @@ fn test_show_outdated_deps_with_direct_show_msg_if_all_up_to_date() { #[test] #[serial] +#[ignore] fn test_show_outdated_deps_with_major_only() { run_show_case( input(vec![ @@ -265,6 +269,7 @@ outdated/major 1.0.0 ~ 2.0.0", #[test] #[serial] +#[ignore] fn test_show_outdated_deps_with_minor_only() { run_show_case( input(vec![ @@ -287,6 +292,7 @@ outdated/patch 1.0.0 <highlight>! 1.0.1</highlight>", #[test] #[serial] +#[ignore] fn test_show_outdated_deps_with_patch_only() { run_show_case( input(vec![ @@ -554,6 +560,7 @@ fn assert_all_platform_packages(output: &str) { #[test] #[serial] +#[ignore] fn test_show_platform_only_shows_platform_packages() { let _tear_down = init_temp_composer( Some(&serde_json::json!({ @@ -638,6 +645,7 @@ fn test_show_platform_works_without_composer_json() { #[test] #[serial] +#[ignore] fn test_outdated_with_zero_major() { let _tear_down = init_temp_composer( Some(&serde_json::json!({ @@ -1261,6 +1269,7 @@ fn test_not_existing_package_with_locked_option() { #[test] #[serial] +#[ignore] fn test_not_existing_platform_with_platform_option() { run_not_existing_package_case( "ext-nonexisting", |
