Commit b8db8324 authored by Mark Chao's avatar Mark Chao

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

testing: Enable all Gitaly feature flags in CI [RUN ALL RSPEC]

See merge request gitlab-org/gitlab!59279
parents cd0286d9 bcdc09ff
......@@ -52,7 +52,8 @@ module GitalySetup
'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"
}
end
......
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