aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command/base_dependency_command_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/command/base_dependency_command_test.rs')
-rw-r--r--crates/shirabe/tests/command/base_dependency_command_test.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/shirabe/tests/command/base_dependency_command_test.rs b/crates/shirabe/tests/command/base_dependency_command_test.rs
index 41ad362..30de8432 100644
--- a/crates/shirabe/tests/command/base_dependency_command_test.rs
+++ b/crates/shirabe/tests/command/base_dependency_command_test.rs
@@ -117,6 +117,7 @@ fn test_exception_when_running_locked_without_lock_file() {
/// ref: BaseDependencyCommandTest::testExceptionWhenItCouldNotFoundThePackage.
#[test]
#[serial]
+#[ignore]
fn test_exception_when_it_could_not_found_the_package() {
// caseProvider
let cases: Vec<(&str, Vec<(&str, PhpMixed)>)> = vec![
@@ -163,6 +164,7 @@ fn test_exception_when_it_could_not_found_the_package() {
/// ref: BaseDependencyCommandTest::testExceptionWhenPackageWasNotFoundInProject.
#[test]
#[serial]
+#[ignore]
fn test_exception_when_package_was_not_found_in_project() {
// caseProvider
let cases: Vec<(&str, Vec<(&str, PhpMixed)>)> = vec![
@@ -285,6 +287,7 @@ fn test_warning_when_dependencies_are_not_installed() {
/// ref: BaseDependencyCommandTest::testWhyCommandOutputs (caseWhyProvider rolled in).
#[test]
#[serial]
+#[ignore]
fn test_why_command_outputs() {
// caseWhyProvider: (package, --tree, --recursive, expected_output, expected_status_code)
let cases: Vec<(&str, bool, bool, &str, i32)> = vec![