Skip to content

Commit 79c385f

Browse files
committed
test_io_shared: Disable OpenMPI/Apple as well
1 parent 6f6b492 commit 79c385f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_io_shared.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sync(comm, fh)
6060
MPI.File.write_ordered(fh, fill(Int64(rank), rank+1))
6161
sync(comm, fh)
6262
# https://github.com/JuliaParallel/MPI.jl/issues/879
63-
@test MPI.File.get_position_shared(fh) == sum(1:sz) skip = (vendor == :MPICH && Sys.isapple())
63+
@test MPI.File.get_position_shared(fh) == sum(1:sz) skip = Sys.isapple()
6464

6565
MPI.File.seek_shared(fh, 0)
6666
@test MPI.File.get_position_shared(fh) == 0

0 commit comments

Comments
 (0)