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

Remove skip in conformance tests #2208

Merged
merged 1 commit into from
Jul 26, 2018

Conversation

blowmage
Copy link
Contributor

@blowmage blowmage commented Jul 26, 2018

When the conformance tests were initially implemented, the tests that checked for an error when using the exists optional on #update were skipped since the ruby API never added option. Remove the skips by placing a conditional before the test is created, so that the test output is even more lovely.

When these tests were initially implemented, we skipped tests that did
not apply, because the ruby API never exposed the update with exists option.
Remove the skips by placing a conditional before the test is created.
@blowmage blowmage added testing api: firestore Issues related to the Firestore API. labels Jul 26, 2018
@blowmage blowmage self-assigned this Jul 26, 2018
@blowmage blowmage requested a review from quartzmo July 26, 2018 20:34
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 26, 2018
@blowmage blowmage merged commit b23dd68 into googleapis:master Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the Firestore API. cla: yes This human has signed the Contributor License Agreement. testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants