Skip to content

Retry end-to-end tests in case of a failure

Grzegorz Bizon requested to merge backstage/gb/retry-end-to-end-tests into master

Description

We've seen a few failures of end-to-end tests caused by Knative cold-start problem, and some network timeouts.

We should make the Knative integration better, of course, but retrying tests is the most simple solution here for now. It is not perfect, but can save some time and might be a good solution for the time being.

Merge request reports