diff options
Diffstat (limited to 'crates/shirabe/tests/package/archiver/zip_archiver_test.rs')
| -rw-r--r-- | crates/shirabe/tests/package/archiver/zip_archiver_test.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/shirabe/tests/package/archiver/zip_archiver_test.rs b/crates/shirabe/tests/package/archiver/zip_archiver_test.rs index 5f41c78..5b51ce9 100644 --- a/crates/shirabe/tests/package/archiver/zip_archiver_test.rs +++ b/crates/shirabe/tests/package/archiver/zip_archiver_test.rs @@ -28,19 +28,19 @@ impl Drop for TearDown { // ZipArchiver::archive builds a zip via ZipArchive, which is todo!() in the php-shim. #[test] -#[ignore = "ZipArchiver::archive builds a zip via ZipArchive, which is todo!() in the php-shim"] +#[ignore = "ArchiverTestCase infrastructure (setup_package/setup_dummy_repo/test_dir) not ported; ZipArchive shim lacks get_from_name"] fn test_simple_files() { todo!() } #[test] -#[ignore = "ZipArchiver::archive builds a zip via ZipArchive, which is todo!() in the php-shim"] +#[ignore = "ArchiverTestCase infrastructure (setup_package/setup_dummy_repo/test_dir) not ported; ZipArchive shim lacks get_from_name"] fn test_gitignore_exclude_negation() { todo!() } #[test] -#[ignore = "ZipArchiver::archive builds a zip via ZipArchive, which is todo!() in the php-shim"] +#[ignore = "ArchiverTestCase infrastructure (setup_package/setup_dummy_repo/test_dir) not ported; ZipArchive shim lacks get_from_name"] fn test_folder_with_backslashes() { todo!() } |
