diff --git a/.librarian/config.yaml b/.librarian/config.yaml index 91a668ca59e0..76b8333f5d61 100644 --- a/.librarian/config.yaml +++ b/.librarian/config.yaml @@ -36,3 +36,7 @@ libraries: # Allow generation for google-cloud-dialogflow once this bug is fixed. - id: "google-cloud-dialogflow" generate_blocked: true +# TODO(https://github.com/googleapis/google-cloud-python/issues/16520): +# Allow release for google-crc32c once this bug is fixed. + - id: "google-crc32c" + release_blocked: true