The issue
spec/lib/paypal_express/setup_spec.rb makes real api calls to DEV, if the app response slowly the specs fail with FlexCommerceApi::Error::AccessDenied
The fix
If we want to make real api calls we could rescue the above error and then return a fixture if possible.