Skip to content

Commit

Permalink
[release-1.6] Eliminate outdated test
Browse files Browse the repository at this point in the history
Our new CI environment defines environment variables that break this
test.  We have better behaviors on newer Julia versions.
  • Loading branch information
staticfloat committed Dec 24, 2022
1 parent 767666b commit 42dac39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stdlib/Distributed/test/distributed_exec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 42dac39

Please sign in to comment.