Skip to content

Commit

Permalink
Ignored test that just dumps a region file
Browse files Browse the repository at this point in the history
  • Loading branch information
ReCore-sys committed Sep 11, 2024
1 parent 58df8cd commit 6a64223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/world/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mod tests {
use fastnbt::Value;

#[tokio::test]
#[ignore]
async fn dump_region_to_json() {
let f = std::fs::File::open("./dummyregion.mca").unwrap();
let mut reader = fastanvil::Region::from_stream(f).unwrap();
Expand Down

0 comments on commit 6a64223

Please sign in to comment.