pytest: disable remaining flaky and skip markers to see what else fails.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2026-01-07 10:02:11 +10:30
parent 51525efda2
commit f4ff1e59af
5 changed files with 1 additions and 5 deletions

View File

@@ -351,7 +351,6 @@ def test_tag_install(node_factory):
header = line
@pytest.mark.flaky(reruns=5)
@pytest.mark.slow_test
def test_reckless_uv_install(node_factory):
node = get_reckless_node(node_factory)