diff --git a/tests/test_smart_ptr.py b/tests/test_smart_ptr.py index f421af10f..0d1961999 100644 --- a/tests/test_smart_ptr.py +++ b/tests/test_smart_ptr.py @@ -298,7 +298,7 @@ def test_move_only_holder_with_addressof_operator(): def test_smart_ptr_from_default(): - pytest.skip("BAKEIN_BREAK: Failed: DID NOT RAISE ") + pytest.skip("BAKEIN_EXPECTED: Failed: DID NOT RAISE ") instance = m.HeldByDefaultHolder() with pytest.raises(RuntimeError) as excinfo: m.HeldByDefaultHolder.load_shared_ptr(instance)