Commit f2531100 authored by Nick Thomas's avatar Nick Thomas

Merge branch '12171-mysql-ee-and-epicpresenter-failure' into 'master'

Fix broken master for Mysql EE and EpicPresenter failure

Closes #12171

See merge request gitlab-org/gitlab-ee!14151
parents 8a3141d6 d49ee208
......@@ -29,7 +29,7 @@ describe EpicPresenter do
expect(presenter.show_data.keys).to match_array([:initial, :meta])
end
it 'has correct ancestors' do
it 'has correct ancestors', :nested_groups do
metadata = JSON.parse(presenter.show_data[:meta])
ancestor_url = metadata['ancestors'].first['url']
......
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