diff options
author | Ramya Authappan <rauthappan@gitlab.com> | 2019-08-12 05:21:16 +0000 |
---|---|---|
committer | Ramya Authappan <rauthappan@gitlab.com> | 2019-08-12 05:21:16 +0000 |
commit | ff81c0a35a44f8f57e9b87787f74e66aa47b4f88 (patch) | |
tree | 5e065cad10382a405ced28569272cffa55206033 /qa | |
parent | d70529df4dcc6c32c98e3e8febf9bd654789d8d2 (diff) | |
parent | dcc1800dae3ca50d4008f1938fba65730ee02927 (diff) | |
download | gitlab-ce-ff81c0a35a44f8f57e9b87787f74e66aa47b4f88.tar.gz |
Merge branch 'qa-unquarantine-diff-patch-test' into 'master'
Remove test from quarantine
See merge request gitlab-org/gitlab-ce!31704
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb index 680c5e21fa4..f915d412bf3 100644 --- a/qa/qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb +++ b/qa/qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb @@ -2,8 +2,7 @@ module QA context 'Create' do - # failure reported: https://gitlab.com/gitlab-org/quality/nightly/issues/42 - describe 'Commit data', :quarantine do + describe 'Commit data' do before(:context) do Runtime::Browser.visit(:gitlab, Page::Main::Login) Page::Main::Login.perform(&:sign_in_using_credentials) |