Skip to content

Commit

Permalink
Temporarily disable Azure service tests (#43091)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
p8 committed Aug 25, 2021
1 parent 915b9cd commit fe9625c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions activestorage/test/test_helper.rb
Expand Up @@ -27,6 +27,12 @@
puts "Missing service configuration file in test/service/configurations.yml"
{}
end
# Azure service tests are currently failing on the main branch.
# We temporarily disable them while we get things working again.
if ENV["CI"]
SERVICE_CONFIGURATIONS.delete(:azure)
SERVICE_CONFIGURATIONS.delete(:azure_public)
end

require "tmpdir"

Expand Down

0 comments on commit fe9625c

Please sign in to comment.