Skip to content

Commit 7577c31

Browse files
committed
foo
1 parent eef66fc commit 7577c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/aiplatform/test_e2e_forecasting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"bq://ucaip-sample-tests:ucaip_test_us_central1.2021_sales_predict"
2929
)
3030

31-
3231
@pytest.mark.usefixtures("prepare_staging_bucket", "delete_staging_bucket")
3332
class TestEndToEndForecasting(e2e_base.TestEndToEnd):
3433
"""End to end system test of the Vertex SDK with forecasting data."""
@@ -151,4 +150,5 @@ def test_end_to_end_forecasting(self, shared_state):
151150
)
152151
finally:
153152
for resource in resources:
153+
resource.wait_for_resource_creation()
154154
resource.delete()

0 commit comments

Comments
 (0)