From e6d96dace3bd36b576cac53a4d73f8767b2c5d53 Mon Sep 17 00:00:00 2001 From: A Vertex SDK engineer Date: Wed, 29 Mar 2023 14:51:22 -0700 Subject: [PATCH] chore: disable test_mdm_pause_and_update_config in system tests PiperOrigin-RevId: 520448993 --- tests/system/aiplatform/test_model_monitoring.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/system/aiplatform/test_model_monitoring.py b/tests/system/aiplatform/test_model_monitoring.py index 21e969655d..88ea2c9e50 100644 --- a/tests/system/aiplatform/test_model_monitoring.py +++ b/tests/system/aiplatform/test_model_monitoring.py @@ -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