From dde4d4c1c38324693e628cd68eeb3c5f831c674f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20S=C3=BCberkr=C3=BCb?= Date: Mon, 18 Sep 2023 14:53:26 +0200 Subject: [PATCH] Disable test_complete_with_optimized_prompt temporarily --- tests/test_complete.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_complete.py b/tests/test_complete.py index 75e62ee..acc2acd 100644 --- a/tests/test_complete.py +++ b/tests/test_complete.py @@ -82,7 +82,8 @@ def test_complete_with_token_ids(sync_client: Client, model_name: str): assert response.model_version is not None -@pytest.mark.system_test +# Re-add as system test and adjust once new behavior is in production +# @pytest.mark.system_test def test_complete_with_optimized_prompt( sync_client: Client, model_name: str, prompt_image: Image ):