We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91679aa commit 65a6a31Copy full SHA for 65a6a31
src/cog.rs
@@ -65,6 +65,7 @@ mod test {
65
use object_store::local::LocalFileSystem;
66
use tiff::decoder::{DecodingResult, Limits};
67
68
+ #[ignore = "local file"]
69
#[tokio::test]
70
async fn tmp() {
71
let folder = "/Users/kyle/github/developmentseed/async-tiff/";
@@ -79,6 +80,7 @@ mod test {
79
80
// dbg!(tile.len());
81
}
82
83
84
#[test]
85
fn tmp_tiff_example() {
86
let path = "/Users/kyle/github/developmentseed/async-tiff/m_4007307_sw_18_060_20220803.tif";
0 commit comments