Repeat view for private instance not cashed

Hi

I have set up a private EC2 inatance following this blog post:

My locations.ini looks like this:

[locations]
1=EC2
default=EC2
[EC2]
1=StefansWebPageTestAgent_wptdriver
label=“Stefans tester agent”
default=StefansWebPageTestAgent_wptdriver
[StefansWebPageTestAgent_wptdriver]
browser=Chrome,Firefox,IE 11
label=“Stefans tester agent with wptdriver”

If I run a test with IE 11 with the option “First View and Repeat View” set, the repeat view is not cashed, it loads all the resources. However, if I run the same test with Chrome the repeat view is cashed, it does not load resources. It looks like cash is deleted even though the “First View and Repeat View” option is set for IE.

Have anyone else noticed this issue?

BR Stefan