Skip to content

Commit eb69374

Browse files
committed
test_io_shared: Disable another test on Windows
1 parent cf00012 commit eb69374

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/test_io_shared.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ byte_offset = MPI.File.get_byte_offset(fh, offset)
5555

5656
MPI.File.set_view!(fh, byte_offset, MPI.Datatype(Int64), MPI.Datatype(Int64))
5757
sync(comm, fh)
58+
# https://github.com/JuliaParallel/MPI.jl/issues/555
5859
# https://github.com/JuliaParallel/MPI.jl/issues/879
59-
@test MPI.File.get_position_shared(fh) == 0 skip = Sys.isapple()
60+
@test MPI.File.get_position_shared(fh) == 0 skip = Sys.isapple() || Sys.iswindows()
6061

6162
MPI.File.write_ordered(fh, fill(Int64(rank), rank+1))
6263
sync(comm, fh)

0 commit comments

Comments
 (0)