From 3c1f9b4fb888566a578346c60034d481034e4f23 Mon Sep 17 00:00:00 2001 From: Billy Trend Date: Tue, 21 Jan 2025 12:03:03 +0000 Subject: [PATCH] Skip embed job tests --- tests/test_async_client.py | 2 +- tests/test_client.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_async_client.py b/tests/test_async_client.py index aa1e9c7a2..dbc588470 100644 --- a/tests/test_async_client.py +++ b/tests/test_async_client.py @@ -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", diff --git a/tests/test_client.py b/tests/test_client.py index c42245feb..b49d28a3c 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -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",