diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-01 09:51:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-01 09:51:31 +0000 |
commit | 37d5cece3603d8df9f75c507594e70dade80c99f (patch) | |
tree | 84e6d51a3329b4f9bd13bf92e61fe401446e2d2a /spec/requests/api/graphql | |
parent | f8796c0836e943a27e26250c7cd4a5766e567f61 (diff) | |
download | gitlab-ce-37d5cece3603d8df9f75c507594e70dade80c99f.tar.gz |
Add latest changes from gitlab-org/gitlab@14-5-stable-ee
Diffstat (limited to 'spec/requests/api/graphql')
-rw-r--r-- | spec/requests/api/graphql/ci/jobs_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/requests/api/graphql/ci/jobs_spec.rb b/spec/requests/api/graphql/ci/jobs_spec.rb index e6362fdde88..b2f4801a083 100644 --- a/spec/requests/api/graphql/ci/jobs_spec.rb +++ b/spec/requests/api/graphql/ci/jobs_spec.rb @@ -105,8 +105,8 @@ RSpec.describe 'Query.project.pipeline' do expect(jobs_graphql_data).to contain_exactly(a_hash_including('name' => 'my test job')) end - it 'can find all stages' do - post_graphql(query, current_user: user, variables: first_n.with(3)) + it 'reports the build needs and previous stages with no duplicates', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/346433' do + post_graphql(query, current_user: user) expect(jobs_graphql_data).to contain_exactly( a_hash_including('name' => 'my test job'), |