Skip to content

Commit

Permalink
Reverted skips
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmkc committed May 2, 2022
1 parent 847eb30 commit 992fdde
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion tests/system/aiplatform/e2e_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import os
import pytest
import uuid
import subprocess

from typing import Any, Dict, Generator

Expand Down
1 change: 0 additions & 1 deletion tests/system/aiplatform/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
_TEST_IMAGE_OBJ_DET_IMPORT_SCHEMA = "gs://google-cloud-aiplatform/schema/dataset/ioformat/image_bounding_box_io_format_1.0.0.yaml"


@pytest.mark.skip(reason="Debug")
class TestDataset:
def setup_method(self):
importlib.reload(initializer)
Expand Down
1 change: 0 additions & 1 deletion tests/system/aiplatform/test_e2e_tabular.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
}


@pytest.mark.skip(reason="Debug")
@pytest.mark.usefixtures("prepare_staging_bucket", "delete_staging_bucket")
class TestEndToEndTabular(e2e_base.TestEndToEnd):
"""End to end system test of the Vertex SDK with tabular data adapted from
Expand Down
1 change: 0 additions & 1 deletion tests/system/aiplatform/test_featurestore.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
_TEST_MOVIE_AVERAGE_RATING_FEATURE_ID = "average_rating"


@pytest.mark.skip(reason="Debug")
@pytest.mark.usefixtures(
"prepare_staging_bucket",
"delete_staging_bucket",
Expand Down
1 change: 0 additions & 1 deletion tests/system/aiplatform/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
METRICS = {"sdk-metric-test-1": 0.8, "sdk-metric-test-2": 100}


@pytest.mark.skip(reason="Debug")
class TestMetadata(e2e_base.TestEndToEnd):

_temp_prefix = "temp-vertex-sdk-e2e-test"
Expand Down
1 change: 0 additions & 1 deletion tests/system/aiplatform/test_model_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
_XGBOOST_MODEL_URI = "gs://cloud-samples-data-us-central1/vertex-ai/google-cloud-aiplatform-ci-artifacts/models/iris_xgboost/model.bst"


@pytest.mark.skip(reason="Debug")
@pytest.mark.usefixtures("delete_staging_bucket")
class TestModel(e2e_base.TestEndToEnd):

Expand Down
1 change: 0 additions & 1 deletion tests/system/aiplatform/test_project_id_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"""


@pytest.mark.skip(reason="Debug")
@pytest.mark.usefixtures("prepare_staging_bucket", "delete_staging_bucket")
class TestProjectIDInference(e2e_base.TestEndToEnd):

Expand Down
1 change: 0 additions & 1 deletion tests/system/aiplatform/test_tensorboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import pytest


@pytest.mark.skip(reason="Debug")
class TestTensorboard(e2e_base.TestEndToEnd):

_temp_prefix = "temp-vertex-sdk-e2e-test"
Expand Down

0 comments on commit 992fdde

Please sign in to comment.