diff --git a/activestorage/test/test_helper.rb b/activestorage/test/test_helper.rb index 0847d9becb..798c3893c2 100644 --- a/activestorage/test/test_helper.rb +++ b/activestorage/test/test_helper.rb @@ -27,6 +27,12 @@ rescue Errno::ENOENT 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"