Skip to content

Commit

Permalink
Disable array_chunk_manifest without transpose codec
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Oct 6, 2024
1 parent d0c64d6 commit 9dc1a5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zarrs/tests/array_chunk_manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use zarrs::array::Array;
use zarrs_filesystem::FilesystemStore;
use zarrs_storage::ReadableListableStorage;

#[cfg(feature = "transpose")]
#[test]
fn array_chunk_manifest() {
let store: ReadableListableStorage =
Expand Down

0 comments on commit 9dc1a5f

Please sign in to comment.