Skip to content

Commit 82c4a9f

Browse files
Sébastien LoiselSébastien Loisel
authored andcommitted
Re-enable indexing tests in runtests.jl
1 parent f8c8619 commit 82c4a9f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

test/runtests.jl

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,9 @@ end
6464
@testset "MPI Local Constructors" begin
6565
run_mpi_test(joinpath(@__DIR__, "test_local_constructors.jl"); nprocs=4, expect_success=true)
6666
end
67-
# DISABLED: Scalar indexing removed to prevent MPI desync from AbstractArray fallbacks
68-
# TODO: Update test_indexing.jl to only test slice/range operations
69-
# @testset "MPI Indexing" begin
70-
# run_mpi_test(joinpath(@__DIR__, "test_indexing.jl"); nprocs=4, expect_success=true)
71-
# end
67+
@testset "MPI Indexing" begin
68+
run_mpi_test(joinpath(@__DIR__, "test_indexing.jl"); nprocs=4, expect_success=true)
69+
end
7270
@testset "MPI Factorization" begin
7371
# Factorization test may return non-zero due to MUMPS cleanup after MPI.Finalize()
7472
# Check output for actual test results instead of exit code

0 commit comments

Comments
 (0)