Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
16cfd436
Commit
16cfd436
authored
Nov 24, 2021
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine three flaky tests
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
d6e94fa6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
spec/controllers/projects/raw_controller_spec.rb
spec/controllers/projects/raw_controller_spec.rb
+1
-1
spec/features/groups/import_export/import_file_spec.rb
spec/features/groups/import_export/import_file_spec.rb
+1
-1
spec/requests/api/graphql/ci/jobs_spec.rb
spec/requests/api/graphql/ci/jobs_spec.rb
+1
-1
No files found.
spec/controllers/projects/raw_controller_spec.rb
View file @
16cfd436
...
@@ -101,7 +101,7 @@ RSpec.describe Projects::RawController do
...
@@ -101,7 +101,7 @@ RSpec.describe Projects::RawController do
expect
(
response
).
to
have_gitlab_http_status
(
:too_many_requests
)
expect
(
response
).
to
have_gitlab_http_status
(
:too_many_requests
)
end
end
it
'logs the event on auth.log'
do
it
'logs the event on auth.log'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/345889'
do
attributes
=
{
attributes
=
{
message:
'Application_Rate_Limiter_Request'
,
message:
'Application_Rate_Limiter_Request'
,
env: :raw_blob_request_limit
,
env: :raw_blob_request_limit
,
...
...
spec/features/groups/import_export/import_file_spec.rb
View file @
16cfd436
...
@@ -85,7 +85,7 @@ RSpec.describe 'Import/Export - Group Import', :js do
...
@@ -85,7 +85,7 @@ RSpec.describe 'Import/Export - Group Import', :js do
context
'when the user uploads an invalid export file'
do
context
'when the user uploads an invalid export file'
do
let
(
:file
)
{
File
.
join
(
Rails
.
root
,
'spec'
,
%w[fixtures big-image.png]
)
}
let
(
:file
)
{
File
.
join
(
Rails
.
root
,
'spec'
,
%w[fixtures big-image.png]
)
}
it
'displays an error'
do
it
'displays an error'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/343995'
do
visit
new_group_path
visit
new_group_path
click_link
'Import group'
click_link
'Import group'
...
...
spec/requests/api/graphql/ci/jobs_spec.rb
View file @
16cfd436
...
@@ -90,7 +90,7 @@ RSpec.describe 'Query.project.pipeline' do
...
@@ -90,7 +90,7 @@ RSpec.describe 'Query.project.pipeline' do
create
(
:ci_build_need
,
build:
deploy_job
,
name:
'rspec 1 2'
)
create
(
:ci_build_need
,
build:
deploy_job
,
name:
'rspec 1 2'
)
end
end
it
'reports the build needs and previous stages with no duplicates'
do
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
)
post_graphql
(
query
,
current_user:
user
)
expect
(
jobs_graphql_data
).
to
contain_exactly
(
expect
(
jobs_graphql_data
).
to
contain_exactly
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment