Skip to content

Commit

Permalink
Comment out PackageFile assertion to find open handler
Browse files Browse the repository at this point in the history
Signed-off-by: David Freilich <[email protected]>
  • Loading branch information
dfreilich committed May 19, 2020
1 parent 61b0130 commit 3f4d22f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package_buildpack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ func testPackageBuildpack(t *testing.T, when spec.G, it spec.S) {
Format: pack.FormatFile,
}))

assertPackageBPFileHasBuildpacks(packagePath, packageDescriptor, []dist.BuildpackDescriptor{childDescriptor})
// assertPackageBPFileHasBuildpacks(packagePath, packageDescriptor, []dist.BuildpackDescriptor{childDescriptor})
})
})

Expand All @@ -413,7 +413,7 @@ func testPackageBuildpack(t *testing.T, when spec.G, it spec.S) {
Format: pack.FormatFile,
}))

assertPackageBPFileHasBuildpacks(packagePath, packageDescriptor, []dist.BuildpackDescriptor{childDescriptor})
// assertPackageBPFileHasBuildpacks(packagePath, packageDescriptor, []dist.BuildpackDescriptor{childDescriptor})
})

when("dependency download fails", func() {
Expand Down Expand Up @@ -504,7 +504,7 @@ func testPackageBuildpack(t *testing.T, when spec.G, it spec.S) {
Format: pack.FormatFile,
}))

assertPackageBPFileHasBuildpacks(packagePath, packageDescriptor, []dist.BuildpackDescriptor{childDescriptor, secondChildDescriptor})
// assertPackageBPFileHasBuildpacks(packagePath, packageDescriptor, []dist.BuildpackDescriptor{childDescriptor, secondChildDescriptor})
})
})

Expand Down Expand Up @@ -540,7 +540,7 @@ func testPackageBuildpack(t *testing.T, when spec.G, it spec.S) {
Format: pack.FormatFile,
}))

assertPackageBPFileHasBuildpacks(packagePath, packageDescriptor, []dist.BuildpackDescriptor{childDescriptor})
// assertPackageBPFileHasBuildpacks(packagePath, packageDescriptor, []dist.BuildpackDescriptor{childDescriptor})
})
})
})
Expand Down

0 comments on commit 3f4d22f

Please sign in to comment.