Skip to content

Commit

Permalink
Add xfails
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Jan 27, 2025
1 parent 661cf0a commit 95d4521
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/functions/test_analytical_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ def test_compare_analytical_spherical_default_buffer(self):
buffer=1
compare_to_analytical_internal(geometry_type, buffer=buffer)

#@pytest.mark.integration
@pytest.mark.xfail
@pytest.mark.integration
def test_compare_analytical_spherical_default_buffer_expected_matrix_shape(self):

geometry_type='spherical'
Expand Down Expand Up @@ -133,7 +132,8 @@ def test_compare_analytical_spherical_twopix_buffer(self):
assert Bz_analytical.shape == DEFAULT_MATRIX

# This next test currently gets killed from a memory error
@pytest.mark.integration
#@pytest.mark.integration
@pytest.mark.xfail
def test_compare_analytical_spherical_64px_buffer(self):
assert False
# geometry_type='spherical'
Expand All @@ -149,7 +149,8 @@ def test_compare_analytical_spherical_alleven_matrix(self):
matrix=[128,128,128]
compare_to_analytical_internal(geometry_type, buffer, matrix=matrix)

@pytest.mark.integration
#@pytest.mark.integration
@pytest.mark.xfail
def test_compare_analytical_spherical_allodd_matrix(self):

geometry_type='spherical'
Expand All @@ -167,8 +168,7 @@ def test_compare_analytical_spherical_mixed_pairity_matrix(self):
compare_to_analytical_internal(geometry_type, buffer, matrix=matrix)

# Image res tests
#@pytest.mark.integration
@pytest.mark.xfail
@pytest.mark.integration
def test_compare_analytical_spherical_allodd_image_res(self):

geometry_type='spherical'
Expand Down

0 comments on commit 95d4521

Please sign in to comment.