Skip to content

Enable all feature flags by default in specs

Bob Van Landuyt :neckbeard: requested to merge bvl-enable-features-in-test into master

Otherwise some features would go untested in non-specific contexts.

I did need to disable the gitlab_git_diff_size_limit_increase-feature in some specs since we depend on diffs being expandable while the file we are testing on is smaller than the increased limit.

This came up in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11449

Merge request reports