Skip to content

Commit

Permalink
Merge pull request #7525 from drew2a/fix/test_channel_update_and_down…
Browse files Browse the repository at this point in the history
…load

Add `@pytest.mark.looptime(False)` for `test_channel_update_and_download`
  • Loading branch information
drew2a authored Jul 6, 2023
2 parents 07fd7b9 + f57d0da commit c0330ef
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ async def gigachannel_manager(metadata_store, download_manager: DownloadManager)
await manager.shutdown()


async def test_channel_update_and_download(channel_tdef, channel_seeder, metadata_store,
download_manager: DownloadManager,
gigachannel_manager: GigaChannelManager):
@pytest.mark.looptime(False)
async def test_channel_update_and_download(
channel_tdef, channel_seeder, metadata_store, download_manager, gigachannel_manager
):
"""
Test whether we can successfully update a channel and download the new version
"""
Expand Down

0 comments on commit c0330ef

Please sign in to comment.