mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -346,7 +346,7 @@ build:
|
||||
stage: build
|
||||
script:
|
||||
- mvn install
|
||||
- mvn dependency:tree -DoutputType=json -DoutputFile=maven.graph.json
|
||||
- mvn org.apache.maven.plugins:maven-dependency-plugin:3.8.1:tree -DoutputType=json -DoutputFile=maven.graph.json
|
||||
# Collect all maven.graph.json artifacts and pass them onto jobs
|
||||
# in sequential stages.
|
||||
artifacts:
|
||||
|
@ -644,7 +644,7 @@ RSpec.describe Gitlab::GitalyClient, feature_category: :gitaly do
|
||||
expect(kword_args[:metadata][:deadline_type]).to be_nil
|
||||
end
|
||||
|
||||
it 'includes only the deadline specified by the timeout when there was no deadline' do
|
||||
it 'includes only the deadline specified by the timeout when there was no deadline', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/524657' do
|
||||
allow(Gitlab::RequestContext.instance).to receive(:request_deadline).and_return(nil)
|
||||
kword_args = described_class.request_kwargs('default', timeout: 6.hours.to_i)
|
||||
|
||||
|
Reference in New Issue
Block a user