@@ -101,7 +101,7 @@ def test_everexport_entry_empty(mocked_func, cached_example):
101
101
side_effect = validate_export_mock ,
102
102
)
103
103
@patch ("everest.bin.utils.export_data" )
104
- @pytest .mark .fails_on_macos_github_workflow
104
+ @pytest .mark .skip_mac_ci
105
105
def test_everexport_entry_batches (mocked_func , validate_export_mock , cached_example ):
106
106
"""Test running everexport with the --batches flag"""
107
107
_ , config_file , _ = cached_example ("math_func/config_minimal.yml" )
@@ -156,7 +156,7 @@ def test_everexport_entry_empty_export(mocked_func, cached_example):
156
156
157
157
158
158
@patch ("everest.bin.utils.export_data" )
159
- @pytest .mark .fails_on_macos_github_workflow
159
+ @pytest .mark .skip_mac_ci
160
160
def test_everexport_entry_no_usr_def_ecl_keys (mocked_func , cached_example ):
161
161
"""Test running everexport with config file containing only the
162
162
keywords label without any list of keys"""
@@ -190,7 +190,7 @@ def condition(config):
190
190
191
191
192
192
@patch ("everest.bin.utils.export_data" )
193
- @pytest .mark .fails_on_macos_github_workflow
193
+ @pytest .mark .skip_mac_ci
194
194
def test_everexport_entry_internalized_usr_def_ecl_keys (mocked_func , cached_example ):
195
195
"""Test running everexport with config file containing a key in the
196
196
list of user defined ecl keywords, that has been internalized on
@@ -226,7 +226,7 @@ def condition(config):
226
226
227
227
228
228
@patch ("everest.bin.utils.export_data" )
229
- @pytest .mark .fails_on_macos_github_workflow
229
+ @pytest .mark .skip_mac_ci
230
230
def test_everexport_entry_non_int_usr_def_ecl_keys (mocked_func , caplog , cached_example ):
231
231
"""Test running everexport when config file contains non internalized
232
232
ecl keys in the user defined keywords list"""
@@ -269,7 +269,7 @@ def condition(config):
269
269
270
270
271
271
@patch ("everest.bin.utils.export_data" )
272
- @pytest .mark .fails_on_macos_github_workflow
272
+ @pytest .mark .skip_mac_ci
273
273
def test_everexport_entry_not_available_batches (mocked_func , caplog , cached_example ):
274
274
"""Test running everexport when config file contains non existing
275
275
batch numbers in the list of user defined batches"""
0 commit comments