Skip to content

Commit

Permalink
chore: add teardown resource fixture to system tests (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
sararob authored May 20, 2022
1 parent a2eb8cc commit 0c4ead4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/system/aiplatform/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def test_get_new_dataset_and_import(self, dataset_gapic_client):
my_dataset.import_data(
gcs_source=_TEST_TEXT_ENTITY_EXTRACTION_GCS_SOURCE,
import_schema_uri=_TEST_TEXT_ENTITY_IMPORT_SCHEMA,
import_request_timeout=500,
)

data_items_post_import = dataset_gapic_client.list_data_items(
Expand Down
1 change: 1 addition & 0 deletions tests/system/aiplatform/test_featurestore.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"delete_staging_bucket",
"prepare_bigquery_dataset",
"delete_bigquery_dataset",
"tear_down_resources",
)
class TestFeaturestore(e2e_base.TestEndToEnd):

Expand Down

0 comments on commit 0c4ead4

Please sign in to comment.