Skip to content

Commit

Permalink
tests: Add skipif to new petsc test for start_ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeLeibowitz committed Aug 29, 2024
1 parent e5acf3a commit 0ae59b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_petsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ def test_calls_to_callbacks():
assert 'PetscCall(SNESSetFunction(snes_f,NULL,FormFunction_f,NULL));' in ccode


@skipif('petsc')
def test_start_prt():
"""
Verify that a pointer to the start of the memory address is correctly
Expand Down

0 comments on commit 0ae59b5

Please sign in to comment.