Commit e8ed8549 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'ek-quarantine-failing-layouts-head-html-spec' into 'master'

Quarantines failing spec/views/layouts/_head.html.haml_spec.rb specs

See merge request gitlab-org/gitlab!75311
parents b78e10f6 e5049c3a
......@@ -62,7 +62,7 @@ RSpec.describe 'layouts/_head' do
expect(rendered).to match('<link rel="stylesheet" media="print" href="/stylesheets/highlight/themes/solarised-light.css" />')
end
context 'when an asset_host is set and snowplow url is set' do
context 'when an asset_host is set and snowplow url is set', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/346542' do
let(:asset_host) { 'http://test.host' }
let(:snowplow_collector_hostname) { 'www.snow.plow' }
......
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