Commit 6050bb9d authored by Walmyr Lima's avatar Walmyr Lima

Move reliable tag to specific test

This way, only one test in the suite is considered reliable,
instead of both.

The reason for this change is that the test that comments on an
issue with an attachment has failed in the following reliable job:

https://ops.gitlab.net/gitlab-org/quality/canary/-/jobs/907724

And so it can't be considered reliable.
parent e7f9dff2
# frozen_string_literal: true
module QA
context 'Plan', :smoke, :reliable do
context 'Plan', :smoke do
describe 'Issue creation' do
before do
Flow::Login.sign_in
end
it 'creates an issue' do
it 'creates an issue', :reliable do
issue = Resource::Issue.fabricate_via_browser_ui!
Page::Project::Menu.perform(&:click_issues)
......
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