Skip to content

Commit f837e0e

Browse files
sararobcopybara-github
authored andcommitted
chore: add blocking call to forecasting test
PiperOrigin-RevId: 523822564
1 parent 82b2b88 commit f837e0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/aiplatform/test_e2e_forecasting.py

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def test_end_to_end_forecasting(self, shared_state, training_job):
120120
# resources.append(batch_prediction_job)
121121

122122
# batch_prediction_job.wait()
123+
model.wait()
123124
assert job.state == pipeline_state.PipelineState.PIPELINE_STATE_SUCCEEDED
124125
# assert batch_prediction_job.state == job_state.JobState.JOB_STATE_SUCCEEDED
125126
finally:

0 commit comments

Comments
 (0)