cloudfoundry / cf-deployment-concourse-tasks

Apache License 2.0
23 stars 76 forks source link

Remove deprecated ginkgo flag from CATs run #140

Closed ctlong closed 1 year ago

ctlong commented 1 year ago

What is this change about?

Please provide contextual information.

Warning message from ginkgo when this flag is used:

You're using deprecated Ginkgo functionality:
=============================================
  --slow-spec-threshold is deprecated --slow-spec-threshold has been deprecated and will be removed in a future version of Ginkgo.  This feature has proved to be more noisy than useful.  You can use --poll-progress-after, instead, to get more actionable feedback about potentially slow specs and understand where they might be getting stuck.

Please check all that apply for this PR:

Did you update the README as appropriate for this change?

How should this change be described in release notes?

Remove slow spec threshold option from run-cats task, as it's deprecated by ginkgo.

What is the level of urgency for publishing this change?

Tag your pair, your PM, and/or team!

None.