diff --git a/src/php/brats/brats_test.go b/src/php/brats/brats_test.go index 6dc5cf9b4..692cbb81f 100644 --- a/src/php/brats/brats_test.go +++ b/src/php/brats/brats_test.go @@ -15,7 +15,6 @@ var _ = Describe("PHP buildpack", func() { bratshelper.DeployingAnAppWithAnUpdatedVersionOfTheSameBuildpack(CopyBrats) bratshelper.StagingWithBuildpackThatSetsEOL("php", CopyBrats) bratshelper.StagingWithADepThatIsNotTheLatest("php", CopyBrats) - bratshelper.StagingWithCustomBuildpackWithCredentialsInDependencies(CopyBrats) bratshelper.DeployAppWithExecutableProfileScript("php", CopyBrats) bratshelper.DeployAnAppWithSensitiveEnvironmentVariables(CopyBrats)