Subject: | Test failures (maybe https issue?) (1.04) |
On some of my smokers I see test failures like this:
...
# Failed test 'exact match for JSON Pointer "/errors/0"'
# at t/10-basic.t line 38.
# got: 'x-http-communication-failed'
# expected: 'invalid-input-response'
# Failed test 'exact match for JSON Pointer "/errors/1"'
# at t/10-basic.t line 38.
# got: undef
# expected: 'invalid-input-secret'
# Looks like you failed 2 tests of 8.
t/10-basic.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/8 subtests
... (etc) ...
It seems that the failures go away if IO::Socket::SSL is installed.