DNM unit test for index part download

This commit is contained in:
John Spray
2023-08-29 12:32:39 +01:00
parent 4dd60bf7cd
commit a1bcad2382

View File

@@ -1849,4 +1849,23 @@ mod tests {
}
);
}
// #[tokio::test]
// async fn index_part_download() {
// let TestSetup {
// harness,
// tenant: _tenant,
// timeline: _timeline,
// client,
// ..
// } = TestSetup::new("index_part_download").await.unwrap();
// let example_index_part = IndexPart {
// version: 3,
// timeline_layers: HashSet::new(),
// layer_metadata:
// }
// }
}