From f088b4b9140945a2effab4cfa38a42c4aac0c6c0 Mon Sep 17 00:00:00 2001 From: "Yngve S. Kristiansen" Date: Tue, 12 Nov 2024 11:37:03 +0100 Subject: [PATCH] Remove macos fail flag export tests --- tests/everest/test_export.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/everest/test_export.py b/tests/everest/test_export.py index a08cd60bf4c..315a2545c36 100644 --- a/tests/everest/test_export.py +++ b/tests/everest/test_export.py @@ -167,7 +167,6 @@ def test_export_only_give_batches(copy_math_func_test_data_to_tmp, snapshot): snapshot.assert_match(df.round(4).to_csv(), "export.csv") -@pytest.mark.fails_on_macos_github_workflow def test_export_batches_progress(cache_dir, copy_mocked_test_data_to_tmp, snapshot): config = EverestConfig.load_file(CONFIG_FILE_MOCKED_TEST_CASE) @@ -269,7 +268,6 @@ def test_get_export_path(copy_math_func_test_data_to_tmp): assert expected_export_path == new_config.export_path -@pytest.mark.fails_on_macos_github_workflow def test_validate_export(cache_dir, copy_mocked_test_data_to_tmp): config = EverestConfig.load_file(CONFIG_FILE_MOCKED_TEST_CASE)