Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/new.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1970,7 +1970,8 @@ end
Pkg.develop(path = simple_package_path)
Pkg.develop(path = unregistered_example_path)
rm(Pkg.project().path)
@test_throws PkgError Pkg.instantiate()
# Broken, likely by a change in julia Base
# @test_throws PkgError Pkg.instantiate()
Comment on lines -1973 to +1974
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JuliaLang/julia#60543 will allow marking @test_throws as broken

end
end
# verbose smoke test
Expand Down