From a4d9778f0df6f076e72ad10d1d1dcc2174b3cab4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 18 Jul 2023 21:14:49 +0200 Subject: test: exclude silly tests from python_tests_valgrind --- test/py/test_repo.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/py') diff --git a/test/py/test_repo.py b/test/py/test_repo.py index c973e37..9d070ca 100644 --- a/test/py/test_repo.py +++ b/test/py/test_repo.py @@ -72,6 +72,7 @@ def _test_repo_internal(env, repo, numof_processes, runs_per_process): assert repo.run_output_matches(output), f"Output doesn't match: {output}" +@pytest.mark.valgrind @my_parametrize('runs_per_client', [1, 5]) @my_parametrize('numof_clients', [1, 5]) def test_repo(env, test_repo, numof_clients, runs_per_client): -- cgit v1.2.3