From d63a87d233b7e57e5a6d161d7f51ac002755e083 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Wed, 31 Jan 2024 16:04:03 +0100 Subject: [PATCH] disable `julia_version` tests --- test/new.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/new.jl b/test/new.jl index 6709cd3550..30e34c2f8e 100644 --- a/test/new.jl +++ b/test/new.jl @@ -3023,7 +3023,7 @@ using Pkg.Types: is_stdlib @test_throws Pkg.Types.PkgError is_stdlib(networkoptions_uuid, v"1.6") end - +#= @testset "Pkg.add() with julia_version" begin append!(empty!(Pkg.Types.STDLIBS_BY_VERSION), HistoricalStdlibVersions.STDLIBS_BY_VERSION) @@ -3128,6 +3128,7 @@ end empty!(Pkg.Types.STDLIBS_BY_VERSION) end +=# @testset "Issue #2931" begin