Hello All,
I am seeing a weird behaviour since middle of last week.
I am using node:8.12.0 image at the moment and I am testing a graphql api server using Jest.
Pipeline build goes through and then the pipeline reach the test execution and hangs after starting the first test.
Disturbing fact: When I try to run previously passing pipelines It now hangs the same way.
Test are passing on mac but not on node docker image
What could have changed in the docker container that could affect jest testing?
Thank you for your help.
Yassine