ci: Mark some tests as rerun

This commit is contained in:
Christian Decker
2025-12-04 13:12:39 +01:00
parent fa31e6e4c2
commit 5c749fe4ee
6 changed files with 5 additions and 1 deletions

View File

@@ -351,6 +351,7 @@ def test_tag_install(node_factory):
header = line
@pytest.mark.flaky(reruns=5)
@unittest.skipIf(VALGRIND and SLOW_MACHINE, "node too slow for starting plugin under valgrind")
def test_reckless_uv_install(node_factory):
node = get_reckless_node(node_factory)