Java - Gatling skipping an request during execution

Hello All,

I am just trying to understand request names and the way they get displayed in the HTML report. Following is the sample code & test results, the request highlighted in RED is getting skipped. May I know why the request request_1.1 is not getting executed?

Gatling skips this request by default, just like a browser would too, because it’s cached.
https://gatling.io/docs/gatling/reference/current/http/protocol/#disablecaching

Thank you, Stephan.