Skip to content

Commit

Permalink
Mark the TNC test flaky as it is.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnaden committed Jun 16, 2023
1 parent bc1a23c commit 3598b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymbar/tests/test_mbar_solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def run_mbar_protocol(oscillator_bundle, protocol):
"CG",
"BFGS",
"Newton-CG",
"TNC",
pytest.param("TNC", marks=pytest.mark.flaky(max_runs=2)), # This one is flaky
"trust-ncg",
"trust-krylov",
"trust-exact",
Expand Down

0 comments on commit 3598b01

Please sign in to comment.