Skip to content

Commit 3c1f9b4

Browse files
Skip embed job tests
1 parent 15c4c47 commit 3c1f9b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ async def test_embed_batch_v1(self) -> None:
127127

128128
print(response)
129129

130-
@unittest.skipIf(os.getenv("CO_API_URL") is not None, "Doesn't work in staging.")
130+
@unittest.skip("temp")
131131
async def test_embed_job_crud(self) -> None:
132132
dataset = await self.co.datasets.create(
133133
name="test",

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def test_embed_batch_v1(self) -> None:
189189

190190
print(response)
191191

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

0 commit comments

Comments
 (0)