Skip to content

Commit 1990d8f

Browse files
committed
Fix datasets test
1 parent 3352338 commit 1990d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/datasets.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ h = get_var_handle(ds_zarr, "psl")
3535
@test YAXArrayBase.iscompressed(h)
3636
@test all(isapprox.(h[1:2,1:2,1], [99360.8 99334.9; 99360.8 99335.4]))
3737
@test allow_parallel_write(ds_zarr) == true
38-
@test allow_missings(ds_zarr) == true
38+
@test allow_missings(ds_zarr) == false
3939
end
4040

4141
function test_write(T)

0 commit comments

Comments
 (0)