Skip to content

Commit c2d4fb1

Browse files
committed
Remove references to deprecated brats tests.
1 parent 7b61be9 commit c2d4fb1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/dotnetcore/brats/brats_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ import (
1111
var _ = Describe("Dotnet buildpack", func() {
1212
bratshelper.UnbuiltBuildpack("dotnet", CopyBrats)
1313

14-
bratshelper.DeployingAnAppWithAnUpdatedVersionOfTheSameBuildpack(CopyBrats)
15-
1614
bratshelper.DeployAppWithExecutableProfileScript("dotnet-sdk", CopyBrats)
1715

18-
bratshelper.DeployAnAppWithSensitiveEnvironmentVariables(CopyBrats)
19-
2016
compatible := func(sdkVersion, runtimeVersion string) bool {
2117
sdkSemVer := semver.MustParse(sdkVersion)
2218
runtimeSemVer := semver.MustParse(runtimeVersion)

0 commit comments

Comments
 (0)