Skip to content

Commit

Permalink
Remove dependency credential test
Browse files Browse the repository at this point in the history
- the change in CDN results in these tests failing, because the new CDN config does not support credentials in this way.
- we believe that consumers do not use this feature, as we have not had any reports of this causing failures for consumers.
- if we get reports that consumers cannot download dependencies from the CDN with credentials, and we deem this to be a necessary feature, we can update the CDN config and re-add these tests.
  • Loading branch information
robdimsdale committed Jul 11, 2024
1 parent d779886 commit cd4b63e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ruby/brats/brats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ var _ = Describe("Ruby buildpack", func() {
bratshelper.StagingWithBuildpackThatSetsEOL("ruby", func(_ string) *cutlass.App {
return CopyBrats("3.1.x")
})
bratshelper.StagingWithCustomBuildpackWithCredentialsInDependencies(CopyBrats)
bratshelper.DeployAppWithExecutableProfileScript("ruby", CopyBrats)
bratshelper.DeployAnAppWithSensitiveEnvironmentVariables(CopyBrats)
bratshelper.ForAllSupportedVersions("ruby", CopyBrats, func(rubyVersion string, app *cutlass.App) {
Expand Down

0 comments on commit cd4b63e

Please sign in to comment.