Skip to content
Snippets Groups Projects

Activate GitlabSchemaValidateConnection for all tests

Merged Omar Qunsul requested to merge gitlab-schemas-validate-connection-tests into master
All threads resolved!
Files
2
@@ -9,7 +9,9 @@
Gitlab::Database::QueryAnalyzer.instance.all_analyzers.append(query_analyzer)
end
if Rails.env.development? || Rails.env.test?
# ee tests are disabled temporarily for now because of errors with the geo configuration
# Blocked by https://gitlab.com/gitlab-org/gitlab/-/merge_requests/85842
if !Gitlab.ee? && (Rails.env.development? || Rails.env.test?)
query_analyzer = ::Gitlab::Database::QueryAnalyzers::GitlabSchemasValidateConnection
Gitlab::Database::QueryAnalyzer.instance.all_analyzers.append(query_analyzer)
end
Loading