Commit d492577e authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'quarantine-flaky-tests' into 'master'

Quarantine flaky tests

See merge request gitlab-org/gitlab!34527
parents cb75b51b 5afdd434
...@@ -26,7 +26,7 @@ RSpec.describe 'Project' do ...@@ -26,7 +26,7 @@ RSpec.describe 'Project' do
expect(find('.js-select-namespace')).to have_content group.name expect(find('.js-select-namespace')).to have_content group.name
end end
it "uses supplied namespace", :js do it "uses supplied namespace", :js, quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/222234' do
visit new_project_path(namespace_id: other_subgroup.id) visit new_project_path(namespace_id: other_subgroup.id)
find('#create-from-template-tab').click find('#create-from-template-tab').click
find('.custom-group-project-templates-tab').click find('.custom-group-project-templates-tab').click
......
...@@ -181,7 +181,7 @@ RSpec.describe 'Admin Groups' do ...@@ -181,7 +181,7 @@ RSpec.describe 'Admin Groups' do
end end
end end
describe 'admin remove himself from a group', :js do describe 'admin remove themself from a group', :js, quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/222342' do
it 'removes admin from the group' do it 'removes admin from the group' do
group.add_user(current_user, Gitlab::Access::DEVELOPER) group.add_user(current_user, Gitlab::Access::DEVELOPER)
......
...@@ -125,7 +125,7 @@ describe 'Dashboard Projects' do ...@@ -125,7 +125,7 @@ describe 'Dashboard Projects' do
end end
context 'when on Starred projects tab', :js do context 'when on Starred projects tab', :js do
it 'shows the empty state when there are no starred projects' do it 'shows the empty state when there are no starred projects', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/222357' do
visit(starred_dashboard_projects_path) visit(starred_dashboard_projects_path)
element = page.find('.row.empty-state') element = page.find('.row.empty-state')
......
...@@ -134,7 +134,7 @@ describe Gitlab::Ci::Pipeline::Seed::Build::Cache do ...@@ -134,7 +134,7 @@ describe Gitlab::Ci::Pipeline::Seed::Build::Cache do
it_behaves_like 'foo/bar directory key' it_behaves_like 'foo/bar directory key'
end end
context 'with directories ending in slash star' do context 'with directories ending in slash star', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/222356' do
let(:files) { ['foo/bar/*'] } let(:files) { ['foo/bar/*'] }
it_behaves_like 'foo/bar directory key' it_behaves_like 'foo/bar directory key'
......
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