Skip to content

Commit 632d811

Browse files
committed
TEMP skip scripts tests on 1.10
1 parent 5539a8d commit 632d811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ if filter_tests!(testsuite, args)
9494

9595
# for some reason, the environment shenanigans done by the scripts only work when
9696
# invoked from the Metal.jl CI, and not from GPUArrays.jl' reverse CI
97-
if get(ENV, "BUILDKITE_PIPELINE_NAME", "") != "Metal.jl"
97+
if get(ENV, "BUILDKITE_PIPELINE_NAME", "") != "Metal.jl" || VERSION < v"1.11"
9898
delete!(testsuite, "scripts")
9999
end
100100
end

0 commit comments

Comments
 (0)