As discussed in #430, most of the test cases in Test/Integration are meant to be run against a production environment. In that case I would recommend moving them to a separate Test/Acceptance suite/directory to reflect their true nature. It may even make sense to put them somewhere in data if they are going to be specific to each deployment.
As discussed in #430, most of the test cases in
Test/Integrationare meant to be run against a production environment. In that case I would recommend moving them to a separateTest/Acceptancesuite/directory to reflect their true nature. It may even make sense to put them somewhere indataif they are going to be specific to each deployment.