Skip to content

Commit

Permalink
Remove costly embedding test from system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jneuff committed Oct 6, 2023
1 parent 110aa56 commit dda0106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ async def test_can_semantic_embed_with_async_client(

@pytest.mark.parametrize("num_prompts", [1, 100, 101])
@pytest.mark.parametrize("batch_size", [1, 32, 100])
@pytest.mark.system_test
async def test_batch_embed_semantic_with_async_client(
async_client: AsyncClient, sync_client: Client, num_prompts: int, batch_size: int
):
Expand Down

0 comments on commit dda0106

Please sign in to comment.