Skip to content

Commit

Permalink
Google-internal testing with google/pybind11clif#30141
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 659228725
  • Loading branch information
Ralf W. Grosse-Kunstleve authored and copybara-github committed Aug 4, 2024
1 parent 28db3c6 commit 6840c41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pybind11_abseil/tests/status_example_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ def test_status_caster_load_as_absl_status_success(self, return_ok_status):
@parameterized.parameters(False, True)
def test_status_caster_load_as_absl_status_bad_capsule(self, pass_name):
cap = BadCapsule(pass_name)
self.skipTest(
'Incompatible with PYBIND11_HAS_TRY_AS_VOID_PTR_CAPSULE_GET_POINTER'
)
with self.assertRaises(TypeError):
status_example.extract_code_message(cap)

Expand Down

0 comments on commit 6840c41

Please sign in to comment.