Skip to content

Commit 42dac39

Browse files
committed
[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.
1 parent 767666b commit 42dac39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/Distributed/test/distributed_exec.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,6 @@ function test_add_procs_threaded_blas()
10821082
@warn "Skipping blas num threads tests due to unsupported blas version"
10831083
return
10841084
end
1085-
@test master_blas_thread_count <= 8 # check that Base set the environment variable in __init__ before LinearAlgebra dlopen'd it
10861085

10871086
# Test with default enable_threaded_blas false
10881087
processes_added = addprocs_with_testenv(2)

0 commit comments

Comments
 (0)