From 46ac7242d526e13707dc140b7244e0fadf2219b9 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 25 Jun 2026 15:39:06 +0900 Subject: test: un-ignore date-dependent vcs/advisory tests now that date_create works Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/repository/vcs/git_bitbucket_driver_test.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'crates/shirabe/tests/repository/vcs/git_bitbucket_driver_test.rs') diff --git a/crates/shirabe/tests/repository/vcs/git_bitbucket_driver_test.rs b/crates/shirabe/tests/repository/vcs/git_bitbucket_driver_test.rs index 944ef9a..5bf3ee4 100644 --- a/crates/shirabe/tests/repository/vcs/git_bitbucket_driver_test.rs +++ b/crates/shirabe/tests/repository/vcs/git_bitbucket_driver_test.rs @@ -122,7 +122,6 @@ fn test_get_root_identifier_wrong_scm_type() { } #[test] -#[ignore = "blocked by shim: getComposerInformation -> get_change_date -> shirabe_php_shim::date_create is todo!()"] fn test_driver() { let SetUp { home, config } = set_up(); let _tear_down = TearDown::new(home.path().to_path_buf()); @@ -256,7 +255,6 @@ fn test_initialize_invalid_repository_url() { } #[test] -#[ignore = "blocked by shim: getComposerInformation -> get_change_date -> shirabe_php_shim::date_create is todo!()"] fn test_invalid_support_data() { let SetUp { home, config } = set_up(); let _tear_down = TearDown::new(home.path().to_path_buf()); -- cgit v1.3.1