Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMichaelHu committed May 28, 2022
1 parent eef66fc commit 7577c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/aiplatform/test_e2e_forecasting.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"bq://ucaip-sample-tests:ucaip_test_us_central1.2021_sales_predict"
)


@pytest.mark.usefixtures("prepare_staging_bucket", "delete_staging_bucket")
class TestEndToEndForecasting(e2e_base.TestEndToEnd):
"""End to end system test of the Vertex SDK with forecasting data."""
Expand Down Expand Up @@ -151,4 +150,5 @@ def test_end_to_end_forecasting(self, shared_state):
)
finally:
for resource in resources:
resource.wait_for_resource_creation()
resource.delete()

0 comments on commit 7577c31

Please sign in to comment.