Skip to content

Commit

Permalink
Disable flaky tutorial test (#4799)
Browse files Browse the repository at this point in the history
Fixes #4797, fixes #4800, fixes #4801, fixes #4802, fixes #4803

Description of changes:
- disable tests for flaky electrodes tutorial (see #4798)
  • Loading branch information
kodiakhq[bot] authored Oct 11, 2023
2 parents a931825 + f3821c4 commit 7399644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/scripts/tutorials/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tutorial_test(FILE test_ferrofluid_2.py)
tutorial_test(FILE test_ferrofluid_3.py)
tutorial_test(FILE test_constant_pH__ideal.py)
tutorial_test(FILE test_electrodes_1.py)
tutorial_test(FILE test_electrodes_2.py)
# tutorial_test(FILE test_electrodes_2.py) # TODO: unstable, see issue #4798
tutorial_test(FILE test_constant_pH__interactions.py)
tutorial_test(FILE test_widom_insertion.py)

Expand Down

0 comments on commit 7399644

Please sign in to comment.