You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/runtests.jl
+8-19Lines changed: 8 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -231,26 +231,15 @@ end
231
231
232
232
# Test creating an empty sysimage
233
233
if!is_slow_ci
234
-
if is_gha_ci && is_julia_1_12
235
-
# On Julia 1.12, `incremental=false` is currently broken when doing `create_library()`.
236
-
# 1.12: No GitHub issue yet.
237
-
# So, for now, we skip the `incremental=false` tests on Julia 1.12 when doing `create_library()`.
238
-
# But ONLY on GHA (GitHub Actions).
239
-
# On PkgEval, we do run these tests. This is intentional - we want PkgEval to
240
-
# detect regressions, as well as fixes for those regressions.
241
-
@warn"[GHA CI] This is Julia $(VERSION.major).$(VERSION.minor); skipping incremental=false test when doing `create_library()` due to known bug: issue TODO (for 1.12)"
0 commit comments