-
Notifications
You must be signed in to change notification settings - Fork 167
chore: skip failing samples due to public access prevention enforcement #1668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reverts commit b0a3349.
Details in b/469643064
Summary of ChangesHello @chandra-siri, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request addresses failing sample tests related to public access functionality by temporarily skipping them. The failures are a result of a recent enforcement of public access prevention, and the tests will remain skipped until the underlying issue, tracked by bug Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
59139cd to
977086e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request skips two tests related to public blob access that are failing due to an external issue. The change is reasonable, but I've suggested using pytest.mark.xfail instead of pytest.mark.skip. Using xfail will automatically flag when the tests start passing again, making it easier to track when the underlying bug is fixed and the tests can be fully re-enabled.
|
Samples - Python 3.14 is blocked until GoogleCloudPlatform/python-docs-samples#13596 |
skip failing samples due to public access prevention enforcement.
More Details on b/469643064