Commit d62e9880 authored by Anastasia McDonald's avatar Anastasia McDonald

Remove flaky tests from smoke suite

As part of efforts towards making review-qa-smoke
mandatory in https://gitlab.com/gitlab-com/www-gitlab-com/-/issues/11568
parent 033f766a
......@@ -26,7 +26,8 @@ module QA
runner.remove_via_api!
end
it 'users creates a pipeline which gets processed', :smoke, testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1849' do
it 'users creates a pipeline which gets processed', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1849' do
# TODO: Convert back to :smoke once proved to be stable. Related issue: https://gitlab.com/gitlab-org/gitlab/-/issues/300909
tags_mismatch_status = Runtime::Feature.enabled?(feature_flag, project: project) ? :failed : :pending
Flow::Login.sign_in
......
# frozen_string_literal: true
module QA
RSpec.describe 'Release', :smoke, :runner do
RSpec.describe 'Release', :runner do
# TODO: Convert back to :smoke once proved to be stable. Related issue: https://gitlab.com/gitlab-org/gitlab/-/issues/300906
describe 'Pages' do
let!(:project) do
Resource::Project.fabricate_via_api! do |project|
......
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