Skip to content

Commit

Permalink
Merge pull request #354 from mj-will/mark-flaky-test
Browse files Browse the repository at this point in the history
Mark INS resume test as flaky
  • Loading branch information
mj-will authored Nov 14, 2023
2 parents 99645e2 + b647236 commit 5d93ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_sampling/test_ins_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5d93ca2

Please sign in to comment.