From 1990d8fb41ba1a2de12c43f5f9a2ce7a9d06f06e Mon Sep 17 00:00:00 2001 From: Fabian Gans Date: Tue, 16 Aug 2022 13:19:52 +0200 Subject: [PATCH] Fix datasets test --- test/datasets.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/datasets.jl b/test/datasets.jl index c96808b..3a16afa 100644 --- a/test/datasets.jl +++ b/test/datasets.jl @@ -35,7 +35,7 @@ h = get_var_handle(ds_zarr, "psl") @test YAXArrayBase.iscompressed(h) @test all(isapprox.(h[1:2,1:2,1], [99360.8 99334.9; 99360.8 99335.4])) @test allow_parallel_write(ds_zarr) == true -@test allow_missings(ds_zarr) == true +@test allow_missings(ds_zarr) == false end function test_write(T)