Commit f1155b18 authored by Valery Sizov's avatar Valery Sizov

Add explanation comment to spec/models/concerns/elastic/note_spec.rb

parent 815477be
......@@ -68,6 +68,7 @@ describe Note, elastic: true do
it "does not create ElasticIndexerWorker job for system messages" do
project = create :project, :repository
# We have to set one minute delay because of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15682
issue = create :issue, project: project, updated_at: 1.minute.ago
# Only issue should be updated
......
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