Skip to content

Commit

Permalink
Mark the "STDLIBS_BY_VERSION up-to-date" test as broken (JuliaLang#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Mar 1, 2021
1 parent 8cbd117 commit c2e3879
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/new.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2502,7 +2502,7 @@ end
if !test_result
@error("STDLIBS_BY_VERSION out of date! Re-run generate_historical_stdlibs.jl!")
end
@test test_result
@test_broken test_result # TODO: fix this test
end

@testset "Pkg.add() with julia_version" begin
Expand Down
6 changes: 6 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ module PkgTests

import Pkg

using Test

@testset "Ensure we're testing the correct Pkg" begin
@test realpath(dirname(dirname(Base.pathof(Pkg)))) == realpath(dirname(@__DIR__))
end

ENV["JULIA_PKG_PRECOMPILE_AUTO"]=0

if (server = Pkg.pkg_server()) !== nothing && Sys.which("curl") !== nothing
Expand Down

0 comments on commit c2e3879

Please sign in to comment.