Skip to content

Commit

Permalink
Remove macos fail flag export tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk committed Nov 12, 2024
1 parent 581c0c6 commit f088b4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/everest/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit f088b4b

Please sign in to comment.