Commit fc259489 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-remove-flaky-tests-from-smoke' into 'master'

Remove two flaky tests from smoke suite

See merge request gitlab-org/gitlab!62639
parents 34a8568b d62e9880
......@@ -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