From a18ec804c966785fe099807b7711cc5ef5391858 Mon Sep 17 00:00:00 2001 From: Ludovic Raess Date: Mon, 12 Aug 2024 10:42:48 +0200 Subject: [PATCH] Fixup --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index bc704385e..04b31f7d1 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -94,7 +94,7 @@ ' echo "+++ Run tests" - export JULIA_MPI_TEST_EXCLUDE="test_allreduce.jl" + export JULIA_MPI_TEST_EXCLUDE="test_allreduce.jl, test_allgather.jl" julia --color=yes --project=. -e ' import Pkg Pkg.test("MPI"; test_args=["--backend=CUDA"])