Skip to content

Commit

Permalink
Actions: Disable and document failing Unix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Apr 16, 2024
1 parent 0c3d434 commit d366a0e
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/workflows/unix_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ jobs:
# Note: It is preferred to use an actual release name as opposed to 'latest'
matlab-version: [R2021b, R2022a, R2022b, R2023a, R2023b, R2024a]
exclude:
# cache_population job
- python-version: "3.10"
- python-version: "3.10" # cache_population job
matlab-version: R2022b
os: ubuntu-latest
# Non compatiable MATLAB/Python Versions according to Mathworks
- matlab-version: R2024a # Non compatiable versions of Python and MATLAB
python-version: 3.8
- matlab-version: R2023b
python-version: 3.8
- matlab-version: R2023a
Expand All @@ -154,6 +154,21 @@ jobs:
python-version: "3.10"
- matlab-version: R2020b
python-version: 3.9
- matlab-version: R2024a # Segfault in Loads_TestLoads: https://github.com/MHKiT-Software/MHKiT-MATLAB/actions/runs/8696513054/job/23850265402
python-version: 3.9
os: macos-latest
- matlab-version: R2023b # Segfault in Loads_TestLoads: https://github.com/MHKiT-Software/MHKiT-MATLAB/actions/runs/8696513054/job/23850265833
python-version: "3.10"
os: macos-latest
- matlab-version: R2024a # Segfault in Loads_TestLoads: https://github.com/MHKiT-Software/MHKiT-MATLAB/actions/runs/8696513054/job/23850265973
python-version: "3.10"
os: macos-latest
- matlab-version: R2023b # Miniconda/Python _SSL Error: https://github.com/MHKiT-Software/MHKiT-MATLAB/actions/runs/8696513054/job/23850266138
python-version: "3.11"
os: macos-latest
- matlab-version: R2024a # Miniconda/Python _SSL Error: https://github.com/MHKiT-Software/MHKiT-MATLAB/actions/runs/8696513054/job/23850266264
python-version: "3.11"
os: macos-latest
# Combinations with failing tests that seem related to GitHub Actions
# - matlab-version: R2023b
# os: macos-latest
Expand Down

0 comments on commit d366a0e

Please sign in to comment.