Skip to content

Commit 7654820

Browse files
authored
Add ahfe resume test to be integration (#1931)
1 parent 41f1684 commit 7654820

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/openfe/tests/protocols/openmm_ahfe/test_ahfe_resume.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ def _get_positions(dataset):
178178
def _copy_simfiles(cwd: pathlib.Path, filepath):
179179
shutil.copyfile(filepath, f"{cwd}/{filepath.name}")
180180

181+
@pytest.mark.integration
181182
def test_resume(
182183
self, protocol_dag, ahfe_solv_trajectory_path, ahfe_solv_checkpoint_path, tmp_path
183184
):

0 commit comments

Comments
 (0)