Skip to content

Commit 524504e

Browse files
pytest: skip reckless uv install under valgrind
1 parent 31f44f6 commit 524504e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_reckless.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ def test_tag_install(node_factory):
419419

420420
# Note: uv timeouts from the GH network seem to happen?
421421
@pytest.mark.slow_test
422+
@unittest.skipIf(VALGRIND, "node too slow for starting plugin under valgrind")
422423
@pytest.mark.flaky(max_runs=3)
423424
def test_reckless_uv_install(node_factory):
424425
node = get_reckless_node(node_factory)

0 commit comments

Comments
 (0)