@@ -155,6 +155,7 @@ def test_sum_livetime_10min():
155155 xr .testing .assert_equal (result , expected_livetime )
156156
157157
158+ @pytest .mark .xfail (reason = "To be fixed in ticket #3215" , strict = False )
158159def test_process_summed_rates_data (dependencies ):
159160 """Test the variables in the summed rates dataset"""
160161
@@ -199,6 +200,7 @@ def test_process_summed_rates_data(dependencies):
199200 assert f"{ particle } _energy_delta_plus" in l1b_summed_rates_dataset .data_vars
200201
201202
203+ @pytest .mark .xfail (reason = "To be fixed in ticket #3215" , strict = False )
202204def test_process_standard_rates_data (dependencies ):
203205 """Test the variables in the standard rates dataset"""
204206
@@ -291,6 +293,7 @@ def test_process_standard_rates_data(dependencies):
291293 )
292294
293295
296+ @pytest .mark .xfail (reason = "To be fixed in ticket #3215" , strict = False )
294297def test_process_sectored_rates_data (dependencies ):
295298 """Test the variables in the sectored rates dataset"""
296299
@@ -338,6 +341,7 @@ def test_process_sectored_rates_data(dependencies):
338341 assert f"{ particle } _energy_delta_plus" in l1b_sectored_rates_dataset .data_vars
339342
340343
344+ @pytest .mark .xfail (reason = "To be fixed in ticket #3215" , strict = False )
341345def test_hit_l1b_hk_dataset_variables (l1b_hk_dataset ):
342346 """Test the variables in the housekeeping dataset"""
343347 # Define the keys that should have dropped from the housekeeping dataset
@@ -425,6 +429,7 @@ def test_hit_l1b_hk_dataset_variables(l1b_hk_dataset):
425429 assert l1b_hk_dataset .coords .keys () == dataset_coords_dims
426430
427431
432+ @pytest .mark .xfail (reason = "To be fixed in ticket #3215" , strict = False )
428433def test_validate_l1b_hk_data (l1b_hk_dataset ):
429434 """Test to validate the housekeeping dataset created by the L1B processing.
430435
@@ -535,6 +540,7 @@ def test_livetime_fraction():
535540
536541
537542@mock .patch ("imap_processing.hit.l1b.hit_l1b.livetime_fraction_calculation" )
543+ @pytest .mark .xfail (reason = "To be fixed in ticket #3215" , strict = False )
538544def test_validate_l1b_standard_rates_data (
539545 livetime_fraction_calculation_mock , dependencies
540546):
@@ -612,6 +618,7 @@ def test_hit_l1b_unsupported_descriptor():
612618 ("sectored-rates" , "imap_hit_l1b_sectored-rates" ),
613619 ],
614620)
621+ @pytest .mark .xfail (reason = "To be fixed in ticket #3215" , strict = False )
615622def test_hit_l1b (dependencies , dependency_key , expected_logical_source ):
616623 """Test creating L1B CDF files
617624
0 commit comments