diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ff1eb91cc..9e715eb1d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -270,9 +270,4 @@ jobs: - run: | python -m pytest --durations=10 -v -p no:unraisableexception -We tests/examples_tests/test_tests_completeness.py - # TODO #1207 - - if: startsWith(matrix.platform, 'macos-13') - run: python -m pytest --durations=10 -v -p no:unraisableexception -We tests/examples_tests/test_run* -k "not Rozanski_and_Sonntag_1982" --suite ${{ matrix.test-suite }} - - - if: ( ! startsWith(matrix.platform, 'macos-13') ) - run: python -m pytest --durations=10 -v -p no:unraisableexception -We tests/examples_tests/test_run* --suite ${{ matrix.test-suite }} + - run: python -m pytest --durations=10 -v -p no:unraisableexception -We tests/examples_tests/test_run* --suite ${{ matrix.test-suite }} diff --git a/tests/smoke_tests/parcel_d/rozanski_and_sonntag_1982/test_figs_4_5_6.py b/tests/smoke_tests/parcel_d/rozanski_and_sonntag_1982/test_figs_4_5_6.py index ec6e65540..82102e1e7 100644 --- a/tests/smoke_tests/parcel_d/rozanski_and_sonntag_1982/test_figs_4_5_6.py +++ b/tests/smoke_tests/parcel_d/rozanski_and_sonntag_1982/test_figs_4_5_6.py @@ -21,11 +21,6 @@ def variables_fixture(): ) -@pytest.mark.xfail( - platform.system() == "Darwin" and platform.machine() == "x86_64", - strict=True, - reason="TODO #1207", -) class TestFigs456: @staticmethod def test_fig_5_vapour_asymptote(variables):