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 c053cf2 commit 7bdba87Copy full SHA for 7bdba87
stdlib/LibGit2/test/online.jl
@@ -68,7 +68,8 @@ mktempdir() do dir
68
error("unexpected")
69
catch ex
70
@test isa(ex, LibGit2.Error.GitError)
71
- @test ex.code == LibGit2.Error.ERROR
+ # Return code seems to vary, see #32186, #32219
72
+ @test ex.code ∈ (LibGit2.Error.EAUTH, LibGit2.Error.ERROR)
73
end
74
Base.shred!(cred)
75
0 commit comments