Commit 8554d7f1 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'zj-enable-gitaly-ffs-in-tests' into 'master'

testing: Enable all Gitaly feature flags in CI

See merge request gitlab-org/gitlab!52308
parents e689d458 b1bab82e
......@@ -52,7 +52,8 @@ module GitalyTest
'RUBYOPT' => nil,
# Git hooks can't run during tests as the internal API is not running.
'GITALY_TESTING_NO_GIT_HOOKS' => "1"
'GITALY_TESTING_NO_GIT_HOOKS' => "1",
'GITALY_TESTING_ENABLE_ALL_FEATURE_FLAGS' => "true"
}
env_hash
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment