summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2019-04-09 02:40:37 +0800
committerLin Jen-Shin <godfat@godfat.org>2019-04-09 02:40:37 +0800
commit2cb9f79603bd3fb60e0cf65fcbe3873f55ce9cd3 (patch)
tree830f46680c4de210bc6cbbca6042f511210eebde
parentdb9b3a82202307fff428e8c07623ac6e849eca17 (diff)
downloadgitlab-ce-sl-lower-remove-rspec-retries.tar.gz
Quarantine more testssl-lower-remove-rspec-retries
* https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/192819845 * https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/192819828
-rw-r--r--spec/features/issuables/shortcuts_issuable_spec.rb2
-rw-r--r--spec/support/shared_examples/wiki_file_attachments_examples.rb2
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