Skip to content

Commit

Permalink
Updated e2e tabular test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmkc committed Jan 31, 2022
1 parent 7eabb6b commit 804eb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/aiplatform/test_e2e_tabular.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test_end_to_end_tabular(self, shared_state):
custom_job._gca_resource.training_task_inputs["scheduling"][
"restartJobOnWorkerRestart"
]
== True
is True
)

custom_prediction = custom_endpoint.predict([_INSTANCE])
Expand Down

0 comments on commit 804eb06

Please sign in to comment.