for f in disabled_funcs:
            with pytest.raises(RuntimeError) as e:
                func = getattr(diff, f)
                # This should only trigger if f is not a property
                # (otherwise the previous line should raise)