Commit fe0a6299 authored by charlie ablett's avatar charlie ablett

Merge branch '325916-master-broken-spec-lib-gitlab-sql-cte_spec-rb' into 'master'

Quarantine /spec/lib/gitlab/sql/cte_spec.rb:7

See merge request gitlab-org/gitlab!57446
parents 476921f1 cd15779b
......@@ -4,7 +4,7 @@ require 'spec_helper'
RSpec.describe Gitlab::SQL::CTE do
describe '#to_arel' do
it 'generates an Arel relation for the CTE body' do
it 'generates an Arel relation for the CTE body', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/325916' do
relation = User.where(id: 1)
cte = described_class.new(:cte_name, relation)
sql = cte.to_arel.to_sql
......
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