Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudw committed Aug 14, 2024
1 parent 446606e commit e2bd8be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions metaflow/plugins/aip/tests/flows/flow_triggering_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,14 @@ def end(self):
logger.info("\nTesting run_kubeflow_pipeline")
argo_helper = ArgoHelper(KUBERNETES_NAMESPACE)
run_id, run_uid = argo_helper.template_submit(
KUBERNETES_NAMESPACE,
self.template_name,
template_name=self.template_name,
parameters={
"trigger_enabled": False,
"triggered_by": current.run_id,
},
)
logger.info(f"{run_id=}, {run_uid=}")
logger.info(f"{get_argo_url(run_id, KUBERNETES_NAMESPACE, run_uid)=}")
logger.info(f"{get_argo_url(run_id, run_uid)=}")

logger.info("Testing timeout exception for wait_for_kfp_run_completion")
try:
Expand Down

0 comments on commit e2bd8be

Please sign in to comment.