Skip to content

Commit

Permalink
Merge pull request #537 from OpenFreeEnergy/test_dry_run_user_charges…
Browse files Browse the repository at this point in the history
…_flakey

add flaky marker to test_dry_run_user_charges
  • Loading branch information
IAlibay authored Aug 28, 2023
2 parents c967546 + 25fb327 commit d21c6d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openfe/tests/protocols/test_openmm_equil_rfe_protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ def test_dry_run_ligand_tip4p(benzene_system, toluene_system,
assert sampler._factory.hybrid_system


@pytest.mark.flaky(reruns=3) # bad minimisation can happen
def test_dry_run_user_charges(benzene_modifications, tmpdir):
"""
Create a hybrid system with a set of fictitious user supplied charges
Expand Down

0 comments on commit d21c6d2

Please sign in to comment.