Skip to content

Commit

Permalink
Exclude more test
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Aug 12, 2024
1 parent 1775d5f commit 4e5c6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
'
echo "+++ Run tests"
export JULIA_MPI_TEST_EXCLUDE="test_allreduce.jl,test_allgather.jl"
export JULIA_MPI_TEST_EXCLUDE="test_allreduce.jl,test_allgather.jl,test_allgatherv.jl"
julia --color=yes --project=. -e '
import Pkg
Pkg.test("MPI"; test_args=["--backend=CUDA"])
Expand Down

0 comments on commit 4e5c6ad

Please sign in to comment.