Commit 16cfd436 authored by Rémy Coutable's avatar Rémy Coutable

Quarantine three flaky tests

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent d6e94fa6
...@@ -101,7 +101,7 @@ RSpec.describe Projects::RawController do ...@@ -101,7 +101,7 @@ RSpec.describe Projects::RawController do
expect(response).to have_gitlab_http_status(:too_many_requests) expect(response).to have_gitlab_http_status(:too_many_requests)
end end
it 'logs the event on auth.log' do it 'logs the event on auth.log', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/345889' do
attributes = { attributes = {
message: 'Application_Rate_Limiter_Request', message: 'Application_Rate_Limiter_Request',
env: :raw_blob_request_limit, env: :raw_blob_request_limit,
......
...@@ -85,7 +85,7 @@ RSpec.describe 'Import/Export - Group Import', :js do ...@@ -85,7 +85,7 @@ RSpec.describe 'Import/Export - Group Import', :js do
context 'when the user uploads an invalid export file' do context 'when the user uploads an invalid export file' do
let(:file) { File.join(Rails.root, 'spec', %w[fixtures big-image.png]) } let(:file) { File.join(Rails.root, 'spec', %w[fixtures big-image.png]) }
it 'displays an error' do it 'displays an error', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/343995' do
visit new_group_path visit new_group_path
click_link 'Import group' click_link 'Import group'
......
...@@ -90,7 +90,7 @@ RSpec.describe 'Query.project.pipeline' do ...@@ -90,7 +90,7 @@ RSpec.describe 'Query.project.pipeline' do
create(:ci_build_need, build: deploy_job, name: 'rspec 1 2') create(:ci_build_need, build: deploy_job, name: 'rspec 1 2')
end end
it 'reports the build needs and previous stages with no duplicates' do it 'reports the build needs and previous stages with no duplicates', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/346433' do
post_graphql(query, current_user: user) post_graphql(query, current_user: user)
expect(jobs_graphql_data).to contain_exactly( expect(jobs_graphql_data).to contain_exactly(
......
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