Skip to content

Commit

Permalink
Removed the explicit fail command
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 3, 2023
1 parent 0ea9bfe commit 5516f28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_datastores.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ async def test_acquire_multiple_workers(datastore: DataStore) -> None:


async def test_job_release_success(datastore: DataStore) -> None:
pytest.fail("testing failures")
await datastore.add_task(
Task(id="task1", func="contextlib:asynccontextmanager", job_executor="async")
)
Expand Down

0 comments on commit 5516f28

Please sign in to comment.