Skip to content

Commit

Permalink
fix(tests): mark tls:enable/disable as pending (#323)
Browse files Browse the repository at this point in the history
We've been noticing flaky e2e failures using `deis tls:disable`. Marking as "pending" until we can fix it.
  • Loading branch information
Matthew Fisher authored Sep 7, 2016
1 parent a8faff5 commit 2d1da74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var _ = Describe("deis tls", func() {
apps.Destroy(user, app)
})

Specify("can enable/disable tls", func() {
PSpecify("can enable/disable tls", func() {
sess, err := cmd.Start("deis tls:enable --app=%s", &user, app.Name)
Eventually(sess, settings.MaxEventuallyTimeout).Should(Say("done"))
Expect(err).NotTo(HaveOccurred())
Expand Down

0 comments on commit 2d1da74

Please sign in to comment.