From 42dac391ef7c22bb10c45d1706458c35cb283ca7 Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Sat, 24 Dec 2022 00:22:09 +0000 Subject: [PATCH] [release-1.6] Eliminate outdated test Our new CI environment defines environment variables that break this test. We have better behaviors on newer Julia versions. --- stdlib/Distributed/test/distributed_exec.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/stdlib/Distributed/test/distributed_exec.jl b/stdlib/Distributed/test/distributed_exec.jl index 4f0db3ad7d0b2..1e84f73141463 100644 --- a/stdlib/Distributed/test/distributed_exec.jl +++ b/stdlib/Distributed/test/distributed_exec.jl @@ -1082,7 +1082,6 @@ function test_add_procs_threaded_blas() @warn "Skipping blas num threads tests due to unsupported blas version" return end - @test master_blas_thread_count <= 8 # check that Base set the environment variable in __init__ before LinearAlgebra dlopen'd it # Test with default enable_threaded_blas false processes_added = addprocs_with_testenv(2)