Skip to content

Commit

Permalink
update tests: give up deepin as it times out frequently
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Aug 26, 2023
1 parent 0a90d19 commit 2683f47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_apt.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ async def test_apt_strip_release(get_version):
"strip_release": 1,
}) == "0.1.7"

@pytest.mark.skip
@flaky(max_runs=10)
async def test_apt_deepin(get_version):
assert await get_version("sigrok-firmware-fx2lafw", {
Expand Down

0 comments on commit 2683f47

Please sign in to comment.