Skip to content

Commit 32d35bb

Browse files
committed
test_io_shared: Disable a test on Linux
1 parent eb69374 commit 32d35bb

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
@@ -57,7 +57,7 @@ MPI.File.set_view!(fh, byte_offset, MPI.Datatype(Int64), MPI.Datatype(Int64))
5757
sync(comm, fh)
5858
# https://github.com/JuliaParallel/MPI.jl/issues/555
5959
# https://github.com/JuliaParallel/MPI.jl/issues/879
60-
@test MPI.File.get_position_shared(fh) == 0 skip = Sys.isapple() || Sys.iswindows()
60+
@test MPI.File.get_position_shared(fh) == 0 skip = Sys.isapple() || (vendor == :MPICH && Sys.isunix()) || Sys.iswindows()
6161

6262
MPI.File.write_ordered(fh, fill(Int64(rank), rank+1))
6363
sync(comm, fh)

0 commit comments

Comments
 (0)