Skip to content

Commit 760ac4c

Browse files
fix: ignore test_raster_resolves when assets are not downloaded
1 parent 1eb897c commit 760ac4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/sedona-testing/src/data.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ mod test {
200200
}
201201

202202
#[test]
203+
#[ignore = "requires downloading assets via submodules/download-assets.py"]
203204
fn test_raster_resolves() {
204205
let _guard = SERIAL_TEST.lock().unwrap();
205206

0 commit comments

Comments
 (0)