diff --git a/ods_ci/tests/Resources/CLI/DataSciencePipelines/DataSciencePipelinesBackend.resource b/ods_ci/tests/Resources/CLI/DataSciencePipelines/DataSciencePipelinesBackend.resource index ce850c5fd..1f566a837 100644 --- a/ods_ci/tests/Resources/CLI/DataSciencePipelines/DataSciencePipelinesBackend.resource +++ b/ods_ci/tests/Resources/CLI/DataSciencePipelines/DataSciencePipelinesBackend.resource @@ -62,12 +62,6 @@ Create PipelineServer Using Custom DSPA [Arguments] ${namespace} ${dspa_file}=data-science-pipelines-sample.yaml ... ${assert_install}=${TRUE} ${configure_pip_index}=${TRUE} - Run And Verify Command oc apply -f "${DSPA_PATH}/${dspa_file}" -n ${namespace} - IF ${assert_install}==True - ${generation_value}= Run And Verify Command oc get datasciencepipelinesapplications -n ${namespace} -o json | jq '.items[0].metadata.generation' # robocop: off=line-too-long - Should Be True ${generation_value} == 2 DataSciencePipelinesApplication created - END - IF ${configure_pip_index} Create Pipelines ConfigMap With Custom Pip Index Url And Trusted Host ${namespace} Verify Pipeline Server Deployments # robocop: disable