Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: e2e: do not wait for deployments of disabled components (opend…
…atahub-io#1213) * tests: e2e: do not wait deployements for not Managed components The test retries if there are no deployements even if component is disabled when this is a normal situation. Make it to retry for disabled (explicitly Removed) component only if there are deployments, but if it is not Managed instantly return success. It also means that the "disabled" check is inverted, it is not error anymore. It descreases execution time. Signed-off-by: Yauheni Kaliuta <ykaliuta@redhat.com> * tests: e2e: increase resourceCreationTimeout After some recent changes looks like it takes longer for DataScienceCluster CR gets Ready status. Signed-off-by: Yauheni Kaliuta <ykaliuta@redhat.com> --------- Signed-off-by: Yauheni Kaliuta <ykaliuta@redhat.com>
- Loading branch information