Skip to content

Commit

Permalink
test: mark resume test as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed Nov 14, 2023
1 parent 99645e2 commit b647236
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 b647236

Please sign in to comment.