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

Temporarily disable Azure service tests #43091

Merged
merged 1 commit into from Aug 25, 2021

Conversation

p8
Copy link
Member

@p8 p8 commented Aug 25, 2021

Summary

The Azure service tests are currently failing on the main branch, probably because of
configuration. We can temporarily disable them while we get them working again.

@p8 p8 force-pushed the activestorage/disable-azure-tests-for-now branch 2 times, most recently from a8b5d39 to f52efcf Compare August 25, 2021 07:59
@@ -68,7 +68,7 @@ class ActiveStorage::Blobs::RedirectControllerWithOpenRedirectTest < ActionDispa
end
end

if SERVICE_CONFIGURATIONS[:azure]
if false # SERVICE_CONFIGURATIONS[:azure]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a comment as of why?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also rather than false, something like !ENV['CI'], so that if someone get their hands on the credentials they can run the suite locally.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that makes sense.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added a comment and moved the disabling to the intialization of the SERVICE_CONFIGURATIONS as suggested by @dhh.

@p8 p8 force-pushed the activestorage/disable-azure-tests-for-now branch 2 times, most recently from e2f3b87 to 6a5d66f Compare August 25, 2021 08:38
The Azure service tests are currently failing on the main branch,
probably because of configuration. We can temporarily disable them while
we get things working again.
@p8 p8 force-pushed the activestorage/disable-azure-tests-for-now branch from 6a5d66f to 82f25aa Compare August 25, 2021 08:49
@dhh dhh merged commit fe9625c into rails:main Aug 25, 2021
@p8 p8 deleted the activestorage/disable-azure-tests-for-now branch September 3, 2021 21:04
eugeneius pushed a commit that referenced this pull request Sep 23, 2021
The Azure service tests are currently failing on the main branch,
probably because of configuration. We can temporarily disable them while
we get things working again.
eugeneius pushed a commit that referenced this pull request Sep 23, 2021
The Azure service tests are currently failing on the main branch,
probably because of configuration. We can temporarily disable them while
we get things working again.
eugeneius pushed a commit that referenced this pull request Sep 23, 2021
The Azure service tests are currently failing on the main branch,
probably because of configuration. We can temporarily disable them while
we get things working again.
alxekb pushed a commit to alxekb/rails that referenced this pull request Nov 18, 2021
The Azure service tests are currently failing on the main branch,
probably because of configuration. We can temporarily disable them while
we get things working again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants