diff --git a/spec/features/groups/empty_states_spec.rb b/spec/features/groups/empty_states_spec.rb index 0d3baeed7b094ab55ee53643b8b10aa41926ec21..531cb03e450e8cc7dae407d695599a0dcc221bfe 100644 --- a/spec/features/groups/empty_states_spec.rb +++ b/spec/features/groups/empty_states_spec.rb @@ -67,7 +67,8 @@ expect(page.find('.gl-empty-state')).to have_content("No results found") end - it "displays conditional text when no closed #{issuable} is found", :js do + it "displays conditional text when no closed #{issuable} is found", :js, + quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/534635' do create(issuable, project_relation => project) issuable_link_fn = "project_#{issuable}s_path"