Skip to content

Commit 65a6a31

Browse files
committed
ignore tests
1 parent 91679aa commit 65a6a31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cog.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ mod test {
6565
use object_store::local::LocalFileSystem;
6666
use tiff::decoder::{DecodingResult, Limits};
6767

68+
#[ignore = "local file"]
6869
#[tokio::test]
6970
async fn tmp() {
7071
let folder = "/Users/kyle/github/developmentseed/async-tiff/";
@@ -79,6 +80,7 @@ mod test {
7980
// dbg!(tile.len());
8081
}
8182

83+
#[ignore = "local file"]
8284
#[test]
8385
fn tmp_tiff_example() {
8486
let path = "/Users/kyle/github/developmentseed/async-tiff/m_4007307_sw_18_060_20220803.tif";

0 commit comments

Comments
 (0)