File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 8383 # On Julia 1.11, `incremental=false` is currently broken: https://github.com/JuliaLang/PackageCompiler.jl/issues/976
8484 # So, for now, we skip the `incremental=false` tests on Julia 1.11
8585 @warn " This is Julia 1.11; skipping incremental=false test due to known bug: https://github.com/JuliaLang/PackageCompiler.jl/issues/976"
86- @test_broken false
86+ @test_skip false
8787 continue
8888 end
8989 filter_stdlibs = (is_slow_ci ? (true , ) : (true , false ))
9696 cp (app_source_dir, tmp_app_source_dir)
9797 if is_julia_1_6 || is_julia_1_9
9898 # Julia 1.6: Issue #706 "Cannot locate artifact 'LLVMExtra'" on 1.6 so remove.
99- # Julia 1.9: There's no issue , but it seems we hit a similar issue .
99+ # Julia 1.9: There's no GitHub Issue , but it seems we hit a similar problem .
100100 remove_llvmextras (joinpath (tmp_app_source_dir, " Project.toml" ))
101101 end
102102 try
152152 @test occursin (" From worker 4:\t 8" , app_output)
153153 @test occursin (" From worker 5:\t 8" , app_output)
154154
155- if VERSION >= v " 1.7-"
155+ if is_julia_1_6 || is_julia_1_9
156+ # Julia 1.6: Issue #706 "Cannot locate artifact 'LLVMExtra'" on 1.6 so remove.
157+ # Julia 1.9: There's no GitHub Issue, but it seems we hit a similar problem.
158+ @test_skip false
159+ else
156160 @test occursin (" LLVMExtra path: ok!" , app_output)
157161 end
158162 @test occursin (" micromamba_jll path: ok!" , app_output)
You can’t perform that action at this time.
0 commit comments