Skip to content

Commit

Permalink
Skip unstable example in CI (#1357)
Browse files Browse the repository at this point in the history
Example 06-distributed-stress-averaging currently causes the CI to be very unstable. To be investigated.
  • Loading branch information
PProfizi authored Jan 22, 2024
1 parent dfc56f6 commit 8497d54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/run_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
for file in glob.iglob(os.path.join(subdir, "*.py")):
if sys.platform == "linux" and "08-python-operators" in file:
continue
elif "win" in sys.platform and "06-distributed_stress_averaging" in file:
# Currently very unstable in the GH CI
continue
print("\n--------------------------------------------------")
print(file)
minimum_version_str = get_example_required_minimum_dpf_version(file)
Expand Down

0 comments on commit 8497d54

Please sign in to comment.