Skip to content

Commit

Permalink
Merge pull request #137 from Aleph-Alpha/disable-test
Browse files Browse the repository at this point in the history
Disable test_complete_with_optimized_prompt temporarily
  • Loading branch information
timsueberkrueb authored Sep 18, 2023
2 parents f2fdc6c + dde4d4c commit 59a6294
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_complete.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
):
Expand Down

0 comments on commit 59a6294

Please sign in to comment.