From 2cb9f79603bd3fb60e0cf65fcbe3873f55ce9cd3 Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Tue, 9 Apr 2019 02:40:37 +0800 Subject: Quarantine more tests * https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/192819845 * https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/192819828 --- spec/features/issuables/shortcuts_issuable_spec.rb | 2 +- spec/support/shared_examples/wiki_file_attachments_examples.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/features/issuables/shortcuts_issuable_spec.rb b/spec/features/issuables/shortcuts_issuable_spec.rb index a0ae6720a9f..a19101366a0 100644 --- a/spec/features/issuables/shortcuts_issuable_spec.rb +++ b/spec/features/issuables/shortcuts_issuable_spec.rb @@ -13,7 +13,7 @@ describe 'Blob shortcuts', :js do end shared_examples "quotes the selected text" do - it "quotes the selected text" do + it "quotes the selected text", :quarantine do select_element('.note-text') find('body').native.send_key('r') diff --git a/spec/support/shared_examples/wiki_file_attachments_examples.rb b/spec/support/shared_examples/wiki_file_attachments_examples.rb index b6fb2a66b0e..22fbfb48928 100644 --- a/spec/support/shared_examples/wiki_file_attachments_examples.rb +++ b/spec/support/shared_examples/wiki_file_attachments_examples.rb @@ -42,7 +42,7 @@ shared_examples 'wiki file attachments' do end end - context 'uploading is complete' do + context 'uploading is complete', :quarantine do it 'shows "Attach a file" button on uploading complete' do attach_with_dropzone wait_for_requests -- cgit v1.2.1