Skip to content

Commit cf00012

Browse files
committed
test_io_shared: Disable another test on Apple
1 parent 79c385f commit cf00012

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,7 +55,8 @@ 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-
@test MPI.File.get_position_shared(fh) == 0
58+
# https://github.com/JuliaParallel/MPI.jl/issues/879
59+
@test MPI.File.get_position_shared(fh) == 0 skip = Sys.isapple()
5960

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

0 commit comments

Comments
 (0)