Flaky ee/spec/services/quick_actions/interpret_service_spec.rb:1069
Job #952525787 failed for 777c3a4d:
Failures:
1) QuickActions::InterpretService#explain unassign command with assignee references includes only selected assignee references
Failure/Error: expect(explanations).to eq(["Removes assignees @#{user3.username} and @#{user.username}."])
expected: ["Removes assignees @user2198 and @user2498."]
got: ["Removes assignees @user2498 and @user2198."]
(compared using ==)
# ./ee/spec/services/quick_actions/interpret_service_spec.rb:1072:in `block (4 levels) in <top (required)>'
# ./spec/spec_helper.rb:326:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
# ./spec/spec_helper.rb:317:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:313:in `block (3 levels) in <top (required)>'
# ./spec/spec_helper.rb:313:in `block (2 levels) in <top (required)>'
Finished in 16 minutes 6 seconds (files took 58.96 seconds to load)
4216 examples, 1 failure, 2 pending
Failed examples:
rspec ./ee/spec/services/quick_actions/interpret_service_spec.rb:1069 # QuickActions::InterpretService#explain unassign command with assignee references includes only selected assignee references
Failed on master
and passed after a retry, so this is probably a flaky one.