LukeMathWalker / wiremock-rs

HTTP mocking to test Rust applications.
Apache License 2.0
607 stars 69 forks source link

Hang up in Gitlab CI #118

Closed LorenzoLeonardo closed 1 year ago

LorenzoLeonardo commented 1 year ago

Hello

I am experiencing hang up in gitlab CI when using PUT method. It will work fine if I run the test in my local machine, but when it is already in gitlab CI, it seem the wiremock server doesn't respond. The curl perform is waiting forever.

LorenzoLeonardo commented 1 year ago

I created this sample Unit Test Code, that will perform a file upload to the server.