issues
search
cloudfoundry-community
/
cf-resource
Concourse resource for interacting with Cloud Foundry
Apache License 2.0
35
stars
63
forks
source link
make integration test ignore ordering of prints
#74
Closed
chenbh
closed
5 years ago
chenbh
commented
5 years ago
test occasionally flakes because the text is not outputed in the same ordering (expects A before B but sometimes B prints before A)
seems to be something with the current
alpine:edge
(works fine for
alpine:3.9
)
see
https://ci.concourse-ci.org/teams/resources/pipelines/cf/jobs/build/builds/55
alpine:edge
(works fine foralpine:3.9
)