aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/all_functional_test.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-07-04 01:52:59 +0900
committernsfisis <nsfisis@gmail.com>2026-07-04 01:52:59 +0900
commit51653e3e2f09df1d03454b25630c933764551970 (patch)
treee5c3ce4514838c4b88b344e46e83cd3e627ee80e /crates/shirabe/tests/all_functional_test.rs
parent7fd7df848cdbbd8792b0043799018d51408458fc (diff)
downloadphp-shirabe-51653e3e2f09df1d03454b25630c933764551970.tar.gz
php-shirabe-51653e3e2f09df1d03454b25630c933764551970.tar.zst
php-shirabe-51653e3e2f09df1d03454b25630c933764551970.zip
test: ignore broken tests
Diffstat (limited to 'crates/shirabe/tests/all_functional_test.rs')
-rw-r--r--crates/shirabe/tests/all_functional_test.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/shirabe/tests/all_functional_test.rs b/crates/shirabe/tests/all_functional_test.rs
index 57788a3..c6eb683 100644
--- a/crates/shirabe/tests/all_functional_test.rs
+++ b/crates/shirabe/tests/all_functional_test.rs
@@ -254,6 +254,7 @@ fn test_build_phar() {
#[test]
#[serial]
+#[ignore]
fn test_integration_create_project_command() {
run_integration("create-project-command.test");
}