We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48768b9 commit 134dcfcCopy full SHA for 134dcfc
1 file changed
cnb/cnb_lifecycle.go
@@ -45,6 +45,7 @@ var _ = CNBDescribe("CloudNativeBuildpacks lifecycle", func() {
45
46
Describe("pushing Node.js application with CNB lifecycle and no buildpacks", func() {
47
It("fails", func() {
48
+ Skip("System buildpacks are supported in latest CAPI version")
49
push := cf.Cf("push",
50
appName,
51
"-p", assets.NewAssets().CNBNode,
0 commit comments