diff --git a/test/runtests.jl b/test/runtests.jl index 2690abe8b5..231092c4c4 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -44,6 +44,12 @@ delete!(testsuite, "plugins/metal") # Currently completely non functional if Sys.isapple() delete!(testsuite, "core/custom_number_types") delete!(testsuite, "integration/enzymejax") + delete!(testsuite, "integration/python") +end + +if Sys.iswindows() + delete!(testsuite, "integration/cuda") + delete!(testsuite, "integration/kernelabstractions") end # Zygote is not supported on 1.12 https://github.com/FluxML/Zygote.jl/issues/1580