We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4772d commit 0cd8807Copy full SHA for 0cd8807
1 file changed
tests/server/tasks/test_task_updater.py
@@ -537,12 +537,6 @@ async def test_concurrent_updates_race_condition(event_queue):
537
assert event_queue.enqueue_event.call_count == 1
538
539
540
-@pytest.mark.asyncio
541
-async def test_reject_invalid_task_id(event_queue):
542
- """Test rejecting a task with an invalid ID is handled gracefully."""
543
- pass
544
-
545
546
@pytest.mark.asyncio
547
async def test_reject_concurrently_with_complete(event_queue):
548
"""Test for race conditions when reject and complete are called concurrently."""
0 commit comments