We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259a4fa commit 82800a1Copy full SHA for 82800a1
test/misc.jl
@@ -1650,7 +1650,7 @@ let errs = IOBuffer()
1650
# This test assumes Dates will bump the world, but when it's in stdlib it doesnt ;)
1651
# TODO: Maybe if we take out another stdlib like Pkg
1652
# that isn't precompiled this will work?
1653
- @test occursin("disable_new_worlds", String(take!(errs)))
+ @test_broken occursin("disable_new_worlds", String(take!(errs)))
1654
end
1655
1656
@testset "`@constprop`, `@assume_effects` handling of an unknown setting" begin
0 commit comments