Skip to content

Disabling schema validation in AzureManagedIdentityProvider tests #212

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

Merged
merged 1 commit into from
Oct 20, 2020

Conversation

davidmrdavid
Copy link
Collaborator

@davidmrdavid davidmrdavid commented Oct 20, 2020

This is a follow-up to: #209

Due to a recent Azure pipelines problem, some tests were not marked as failing on the PR linked above. This PR makes them pass.

The failing tests were error'ing because their output schema was augmented / changed as part of the PR above and so they failed a schema-validation step. We are currently not updating our reference schema due to not having an always up-to-date source of truth on schemas, so we have disabled that validation step for selected tests.

We have already disabled schema validation in a handful of other tests in this repo, but in the future we should revisit this by creating a singular out-of-proc schema that we can use to test all out-of-proc durable SDKs.

@davidmrdavid davidmrdavid changed the title Disabling schema validation in AzureIdentityProvider tests Disabling schema validation in AzureManagedIdentityProvider tests Oct 20, 2020
@davidmrdavid davidmrdavid merged commit 59e7708 into dev Oct 20, 2020
@davidmrdavid davidmrdavid deleted the dajusto/uncaught-ci-regressions branch March 9, 2021 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants