From 2f3b0489c1619e5ba036df359eb1006e24193ad9 Mon Sep 17 00:00:00 2001 From: Rob Dimsdale-Zucker Date: Tue, 7 Jan 2025 16:06:50 -0800 Subject: [PATCH] Remove unsupported brats tests. --- src/staticfile/brats/brats_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/staticfile/brats/brats_test.go b/src/staticfile/brats/brats_test.go index ce41f5e6..d03978b7 100644 --- a/src/staticfile/brats/brats_test.go +++ b/src/staticfile/brats/brats_test.go @@ -7,7 +7,5 @@ import ( var _ = Describe("Staticfile buildpack", func() { bratshelper.UnbuiltBuildpack("nginx", CopyBrats) - bratshelper.DeployingAnAppWithAnUpdatedVersionOfTheSameBuildpack(CopyBrats) bratshelper.DeployAppWithExecutableProfileScript("nginx", CopyBrats) - bratshelper.DeployAnAppWithSensitiveEnvironmentVariables(CopyBrats) })