Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/php/integration/deploy_symfony_app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var _ = Describe("CF PHP Buildpack", func() {
app = DestroyApp(app)
})

It("deploying a symfony 5 app with locally-vendored dependencies", func() {
PIt("deploying a symfony 5 app with locally-vendored dependencies", func() {
SkipUnlessCached()

app = cutlass.New(Fixtures("symfony_5_local_deps"))
Expand All @@ -26,7 +26,7 @@ var _ = Describe("CF PHP Buildpack", func() {
Expect(app.GetBody("/")).To(ContainSubstring("Welcome to the <strong>Symfony Demo</strong> application"))
})

It("deploying a symfony 5 app with remotely-sourced dependencies", func() {
PIt("deploying a symfony 5 app with remotely-sourced dependencies", func() {
SkipUnlessUncached()

app = cutlass.New(Fixtures("symfony_5_remote_deps"))
Expand Down