Skip to content

Commit

Permalink
remove test that does no longer match the upload mechanics
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswittich committed Feb 28, 2025
1 parent 87da2e4 commit 265b7ba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions learning_loop_node/tests/detector/test_outbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ async def test_outbox():
shutil.rmtree(test_outbox.path, ignore_errors=True)


@pytest.mark.asyncio
async def test_files_are_automatically_uploaded_by_node(test_detector_node: DetectorNode):
test_detector_node.outbox.save(get_test_image_binary(), ImageMetadata())
assert await wait_for_outbox_count(test_detector_node.outbox, 1)
assert await wait_for_outbox_count(test_detector_node.outbox, 0)


@pytest.mark.asyncio
async def test_set_outbox_mode(test_outbox: Outbox):
await test_outbox.set_mode('stopped')
Expand Down

0 comments on commit 265b7ba

Please sign in to comment.