From 4e5c6ad3d2175397184d830db3f491176bafdd82 Mon Sep 17 00:00:00 2001 From: Ludovic Raess Date: Mon, 12 Aug 2024 14:21:26 +0200 Subject: [PATCH] Exclude more test --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index fb63db53a..8ab2bdfd0 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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"])