Skip to content

Commit

Permalink
chore: disable test_mdm_pause_and_update_config in system tests
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 520448993
  • Loading branch information
vertex-sdk-bot authored and Copybara-Service committed Mar 29, 2023
1 parent bf39948 commit e6d96da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/system/aiplatform/test_model_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ def test_mdm_two_models_one_valid_config(self, shared_state):
with pytest.raises(core_exceptions.NotFound):
job.api_client.get_model_deployment_monitoring_job(name=job_resource)

# TODO(b/275569167) Will remove this test if disabling it fixes system test timeouts
@pytest.mark.skip(reason="System test timed out")
def test_mdm_pause_and_update_config(self, shared_state):
"""Test objective config updates for existing MDM job"""
assert len(shared_state["resources"]) == 1
Expand Down

0 comments on commit e6d96da

Please sign in to comment.