If I had to guess: test while the server providing (part of) the data your app needs is up and serving the data format you expect, later run while it isn't.
This could be as simple as a date parser that doesn't know about December.
If I had to guess: test while the server providing (part of) the data your app needs is up and serving the data format you expect, later run while it isn't.
This could be as simple as a date parser that doesn't know about December.