Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip Training operator smoke tests until brought to RHOAI #1446

Merged
merged 1 commit into from
May 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Documentation Smoke tests for DistributedWorkloads
Library Process
Resource ../../../tasks/Resources/RHODS_OLM/install/oc_install.robot
Suite Setup Prepare Codeflare E2E Test Suite
Suite Teardown Teardown Codeflare E2E Test Suite
# Suite Setup Prepare Codeflare E2E Test Suite
# Suite Teardown Teardown Codeflare E2E Test Suite


*** Test Cases ***
Expand Down Expand Up @@ -70,6 +70,7 @@ Training operator smoke test
[Documentation] Check that Training operator deployment is up and running
[Tags] Smoke
... DistributedWorkloads
Skip "Skip until https://issues.redhat.com/browse/RHOAIENG-5442 is completed"
Log To Console Waiting for kubeflow-training-operator to be available
${result} = Run Process oc wait --for\=condition\=Available --timeout\=300s -n ${APPLICATIONS_NAMESPACE} deployment/kubeflow-training-operator
... shell=true stderr=STDOUT
Expand Down
Loading