Skip to content
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

Skip signing tests for insufficient credentials #6917

Merged
merged 3 commits into from
Dec 14, 2018

Conversation

crwilcox
Copy link
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 13, 2018
@crwilcox
Copy link
Contributor Author

Fix for internal bug: 113623918

@unittest.skipUnless(
type(storage.Client()._credentials) is google.oauth2.service_account.credentials,
"Can only test signing with credentials capable of signing",
)

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

storage/tests/system.py Outdated Show resolved Hide resolved
@crwilcox crwilcox merged commit 20b7f38 into master Dec 14, 2018
@tseaver tseaver deleted the skip-signing-test-for-gcloud branch March 12, 2019 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants