Skip to content

Commit

Permalink
Add @pytest.mark.looptime(False)
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Jul 6, 2023
1 parent 07fd7b9 commit f57d0da
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 f57d0da

Please sign in to comment.