Skip to content

Commit 00eaecb

Browse files
committed
Remove unsupported brats tests.
1 parent d97c600 commit 00eaecb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/python/brats/brats_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ import (
1010

1111
var _ = Describe("Python buildpack", func() {
1212
bratshelper.UnbuiltBuildpack("python", CopyBrats)
13-
bratshelper.DeployingAnAppWithAnUpdatedVersionOfTheSameBuildpack(CopyBrats)
14-
bratshelper.StagingWithBuildpackThatSetsEOL("python", CopyBrats)
1513
bratshelper.DeployAppWithExecutableProfileScript("python", CopyBrats)
16-
bratshelper.DeployAnAppWithSensitiveEnvironmentVariables(CopyBrats)
1714

1815
bratshelper.ForAllSupportedVersions("python", CopyBrats, func(pythonVersion string, app *cutlass.App) {
1916
PushApp(app)

0 commit comments

Comments
 (0)