Skip to content

Commit 6840c41

Browse files
rwgkcopybara-github
authored andcommitted
Google-internal testing with google/pybind11clif#30141
PiperOrigin-RevId: 659228725
1 parent 28db3c6 commit 6840c41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pybind11_abseil/tests/status_example_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ def test_status_caster_load_as_absl_status_success(self, return_ok_status):
199199
@parameterized.parameters(False, True)
200200
def test_status_caster_load_as_absl_status_bad_capsule(self, pass_name):
201201
cap = BadCapsule(pass_name)
202+
self.skipTest(
203+
'Incompatible with PYBIND11_HAS_TRY_AS_VOID_PTR_CAPSULE_GET_POINTER'
204+
)
202205
with self.assertRaises(TypeError):
203206
status_example.extract_code_message(cap)
204207

0 commit comments

Comments
 (0)