Skip to content

Commit fe9625c

Browse files
authored
Temporarily disable Azure service tests (rails#43091)
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.
1 parent 915b9cd commit fe9625c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

activestorage/test/test_helper.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
puts "Missing service configuration file in test/service/configurations.yml"
2828
{}
2929
end
30+
# Azure service tests are currently failing on the main branch.
31+
# We temporarily disable them while we get things working again.
32+
if ENV["CI"]
33+
SERVICE_CONFIGURATIONS.delete(:azure)
34+
SERVICE_CONFIGURATIONS.delete(:azure_public)
35+
end
3036

3137
require "tmpdir"
3238

0 commit comments

Comments
 (0)