mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-02-15 01:47:06 +00:00
tests: I don't know why but these tests are flaky
This commit is contained in:
parent
1e3ed1e4b9
commit
50d5342586
@ -5,6 +5,7 @@
|
||||
import pytest
|
||||
pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
|
||||
|
||||
@pytest.mark.flaky(reruns=10)
|
||||
async def test_android_addon(get_version):
|
||||
assert await get_version("android-google-play-apk-expansion", {
|
||||
"source": "android_sdk",
|
||||
|
@ -3,6 +3,7 @@
|
||||
import pytest
|
||||
pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
|
||||
|
||||
@pytest.mark.flaky(reruns=10)
|
||||
async def test_launchpad(get_version):
|
||||
version = await get_version(
|
||||
"sakura",
|
||||
|
@ -26,7 +26,7 @@ async def test_ubuntupkg_suite(get_version):
|
||||
"suite": "xenial",
|
||||
}) == "0.1.2-1"
|
||||
|
||||
@pytest.mark.flaky
|
||||
@pytest.mark.flaky(reruns=10)
|
||||
async def test_ubuntupkg_suite_with_paging(get_version):
|
||||
assert await get_version("ffmpeg", {
|
||||
"source": "ubuntupkg",
|
||||
|
Loading…
Reference in New Issue
Block a user