Commit ec9497de authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents fc2b282a 36a28757
......@@ -277,6 +277,7 @@ omniauth:
sync_profile_from_provider: ['twitter', 'google_oauth2']
sync_profile_attributes: ['email', 'location']
```
## Bypassing two factor authentication
Starting with GitLab 12.3, this allows users to login with the specified
......
# frozen_string_literal: true
module QA
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/127
context 'Create', :quarantine do
context 'Create' do
describe 'File templates' do
include Runtime::Fixtures
......
# frozen_string_literal: true
module QA
context 'Create', :quarantine do
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/127
context 'Create' do
describe 'Web IDE file templates' do
include Runtime::Fixtures
......
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