Skip to content

Commit d10f9fc

Browse files
authored
chore(librarian): block generation for google-cloud-firestore due to failing system tests (#16507)
This is needed to unblock #16500 which is the weekly librarian generation PR to update generated code in this repository. We can restore generation for google-cloud-firestore once #16506 is fixed.
1 parent e90473f commit d10f9fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.librarian/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ libraries:
2424
# Allow generation for google-cloud-bigtable once this bug is fixed.
2525
- id: "google-cloud-bigtable"
2626
generate_blocked: true
27+
# TODO(https://github.com/googleapis/google-cloud-python/issues/16506):
28+
# Allow generation for google-cloud-firestore once this bug is fixed.
29+
- id: "google-cloud-firestore"
30+
generate_blocked: true

0 commit comments

Comments
 (0)