Skip to content

Commit

Permalink
Skip embed job tests
Browse files Browse the repository at this point in the history
  • Loading branch information
billytrend-cohere committed Jan 21, 2025
1 parent 15c4c47 commit 3c1f9b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ async def test_embed_batch_v1(self) -> None:

print(response)

@unittest.skipIf(os.getenv("CO_API_URL") is not None, "Doesn't work in staging.")
@unittest.skip("temp")
async def test_embed_job_crud(self) -> None:
dataset = await self.co.datasets.create(
name="test",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def test_embed_batch_v1(self) -> None:

print(response)

@unittest.skipIf(os.getenv("CO_API_URL") is not None, "Doesn't work in staging.")
@unittest.skip("temp")
def test_embed_job_crud(self) -> None:
dataset = co.datasets.create(
name="test",
Expand Down

0 comments on commit 3c1f9b4

Please sign in to comment.