Skip to content

Commit 1328a27

Browse files
sararobcopybara-github
authored andcommitted
chore: re-enable model monitoring and experiment model system tests
PiperOrigin-RevId: 523470012
1 parent 8bf6477 commit 1328a27

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/system/aiplatform/test_experiment_model.py

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
]
3535

3636

37-
# TODO(b/275569167) Unskip this after timeout issue is resolved
38-
@pytest.mark.skip(reason="System tests timing out")
3937
@pytest.mark.usefixtures(
4038
"prepare_staging_bucket", "delete_staging_bucket", "tear_down_resources"
4139
)

tests/system/aiplatform/test_model_monitoring.py

-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@
117117
objective_config2 = model_monitoring.ObjectiveConfig(skew_config, drift_config2)
118118

119119

120-
# TODO(b/275569167) Unskip this after timeout issue is resolved
121-
@pytest.mark.skip(reason="System tests timing out")
122120
@pytest.mark.usefixtures("tear_down_resources")
123121
class TestModelDeploymentMonitoring(e2e_base.TestEndToEnd):
124122
_temp_prefix = "temp_e2e_model_monitoring_test_"

0 commit comments

Comments
 (0)