Skip to content

Commit

Permalink
skip MPI test for windows (issue #122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Apr 24, 2024
1 parent cc51bab commit e792afa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,9 @@ end
end

@testset "MPI" begin
include("test_mpi_netcdf.jl")
# Windows does not work, HDF5_jll seems to miss MPI support
# https://github.com/Alexander-Barth/NCDatasets.jl/issues/122#issuecomment-2074267048
if !Sys.iswindows()
include("test_mpi_netcdf.jl")
end
end

0 comments on commit e792afa

Please sign in to comment.