From 891a16c4e1bf748efebd94a3ce79d7ffa6333c4b Mon Sep 17 00:00:00 2001 From: Tim Hitchener Date: Fri, 16 Feb 2024 22:57:51 +0000 Subject: [PATCH] Mark Symfony integration tests as pending --- src/php/integration/deploy_symfony_app_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/php/integration/deploy_symfony_app_test.go b/src/php/integration/deploy_symfony_app_test.go index c423a9cfa..7f690b49d 100644 --- a/src/php/integration/deploy_symfony_app_test.go +++ b/src/php/integration/deploy_symfony_app_test.go @@ -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")) @@ -26,7 +26,7 @@ var _ = Describe("CF PHP Buildpack", func() { Expect(app.GetBody("/")).To(ContainSubstring("Welcome to the Symfony Demo 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"))