The default_expires tests have a tendency to fail because we are generally racing against expiry while trying to test all the things. This PR updates the setup so that tests on stores where default expiry is setup are just testing expiry functionality, and nothing else. It probably won't solve the problem entirely, but should help to reduce the flakiness.
The default_expires tests have a tendency to fail because we are generally racing against expiry while trying to test all the things. This PR updates the setup so that tests on stores where default expiry is setup are just testing expiry functionality, and nothing else. It probably won't solve the problem entirely, but should help to reduce the flakiness.