From b6472366be0f4132ebe2ac74540e543711502955 Mon Sep 17 00:00:00 2001 From: mj-will Date: Tue, 14 Nov 2023 13:25:41 +0000 Subject: [PATCH] test: mark resume test as flaky --- tests/test_sampling/test_ins_sampling.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_sampling/test_ins_sampling.py b/tests/test_sampling/test_ins_sampling.py index a599dd5b..3f1c0d1e 100644 --- a/tests/test_sampling/test_ins_sampling.py +++ b/tests/test_sampling/test_ins_sampling.py @@ -7,6 +7,7 @@ @pytest.mark.slow_integration_test +@pytest.mark.flaky(reruns=3) def test_ins_resume(tmp_path, model, flow_config): """Assert the INS sampler resumes correctly""" output = tmp_path / "test_ins_resume"