diff --git a/src/php/integration/deploy_a_php_app_with_newrelic_test.go b/src/php/integration/deploy_a_php_app_with_newrelic_test.go index dff2869ed..6b30b908d 100644 --- a/src/php/integration/deploy_a_php_app_with_newrelic_test.go +++ b/src/php/integration/deploy_a_php_app_with_newrelic_test.go @@ -20,6 +20,7 @@ var _ = Describe("CF PHP Buildpack", func() { It("succeeds", func() { app = cutlass.New(Fixtures("with_newrelic")) + app.Disk = "2GB" app.SetEnv("COMPOSER_GITHUB_OAUTH_TOKEN", os.Getenv("COMPOSER_GITHUB_OAUTH_TOKEN")) app.SetEnv("BP_DEBUG", "true") PushAppAndConfirm(app)