Skip to content

Commit 8a5d401

Browse files
committed
tests: Pend mercurial tests to ship a patch
1 parent f6654c5 commit 8a5d401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python/integration/deploy_a_python_app_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ var _ = Describe("CF Python Buildpack", func() {
229229

230230
})
231231

232-
Context("with mercurial dependencies", func() {
232+
PContext("with mercurial dependencies", func() {
233233
BeforeEach(func() {
234234
app = cutlass.New(Fixtures("mercurial"))
235235
app.SetEnv("BP_DEBUG", "1")
@@ -266,7 +266,7 @@ var _ = Describe("CF Python Buildpack", func() {
266266
})
267267
})
268268

269-
Context("with mercurial dependencies", func() {
269+
PContext("with mercurial dependencies", func() {
270270
BeforeEach(func() {
271271
app = cutlass.New(Fixtures("mercurial"))
272272
})

0 commit comments

Comments
 (0)