Skip to content

Commit f3b81f1

Browse files
authored
disable julia_version tests (#3773)
1 parent b13bd2d commit f3b81f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/new.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3023,7 +3023,7 @@ using Pkg.Types: is_stdlib
30233023
@test_throws Pkg.Types.PkgError is_stdlib(networkoptions_uuid, v"1.6")
30243024
end
30253025

3026-
3026+
#=
30273027
@testset "Pkg.add() with julia_version" begin
30283028
append!(empty!(Pkg.Types.STDLIBS_BY_VERSION), HistoricalStdlibVersions.STDLIBS_BY_VERSION)
30293029
@@ -3128,6 +3128,7 @@ end
31283128
31293129
empty!(Pkg.Types.STDLIBS_BY_VERSION)
31303130
end
3131+
=#
31313132

31323133

31333134
@testset "Issue #2931" begin

0 commit comments

Comments
 (0)