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
5afdd434
Commit
5afdd434
authored
Jun 15, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine flaky tests
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
dc7b40af
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
ee/spec/features/projects_spec.rb
ee/spec/features/projects_spec.rb
+1
-1
spec/features/admin/admin_groups_spec.rb
spec/features/admin/admin_groups_spec.rb
+1
-1
spec/features/dashboard/projects_spec.rb
spec/features/dashboard/projects_spec.rb
+1
-1
spec/lib/gitlab/ci/pipeline/seed/build/cache_spec.rb
spec/lib/gitlab/ci/pipeline/seed/build/cache_spec.rb
+1
-1
No files found.
ee/spec/features/projects_spec.rb
View file @
5afdd434
...
@@ -26,7 +26,7 @@ RSpec.describe 'Project' do
...
@@ -26,7 +26,7 @@ RSpec.describe 'Project' do
expect
(
find
(
'.js-select-namespace'
)).
to
have_content
group
.
name
expect
(
find
(
'.js-select-namespace'
)).
to
have_content
group
.
name
end
end
it
"uses supplied namespace"
,
:js
do
it
"uses supplied namespace"
,
:js
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/222234'
do
visit
new_project_path
(
namespace_id:
other_subgroup
.
id
)
visit
new_project_path
(
namespace_id:
other_subgroup
.
id
)
find
(
'#create-from-template-tab'
).
click
find
(
'#create-from-template-tab'
).
click
find
(
'.custom-group-project-templates-tab'
).
click
find
(
'.custom-group-project-templates-tab'
).
click
...
...
spec/features/admin/admin_groups_spec.rb
View file @
5afdd434
...
@@ -181,7 +181,7 @@ RSpec.describe 'Admin Groups' do
...
@@ -181,7 +181,7 @@ RSpec.describe 'Admin Groups' do
end
end
end
end
describe
'admin remove
himself from a group'
,
:js
do
describe
'admin remove
themself from a group'
,
:js
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/222342'
do
it
'removes admin from the group'
do
it
'removes admin from the group'
do
group
.
add_user
(
current_user
,
Gitlab
::
Access
::
DEVELOPER
)
group
.
add_user
(
current_user
,
Gitlab
::
Access
::
DEVELOPER
)
...
...
spec/features/dashboard/projects_spec.rb
View file @
5afdd434
...
@@ -125,7 +125,7 @@ describe 'Dashboard Projects' do
...
@@ -125,7 +125,7 @@ describe 'Dashboard Projects' do
end
end
context
'when on Starred projects tab'
,
:js
do
context
'when on Starred projects tab'
,
:js
do
it
'shows the empty state when there are no starred projects'
do
it
'shows the empty state when there are no starred projects'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/222357'
do
visit
(
starred_dashboard_projects_path
)
visit
(
starred_dashboard_projects_path
)
element
=
page
.
find
(
'.row.empty-state'
)
element
=
page
.
find
(
'.row.empty-state'
)
...
...
spec/lib/gitlab/ci/pipeline/seed/build/cache_spec.rb
View file @
5afdd434
...
@@ -134,7 +134,7 @@ describe Gitlab::Ci::Pipeline::Seed::Build::Cache do
...
@@ -134,7 +134,7 @@ describe Gitlab::Ci::Pipeline::Seed::Build::Cache do
it_behaves_like
'foo/bar directory key'
it_behaves_like
'foo/bar directory key'
end
end
context
'with directories ending in slash star'
do
context
'with directories ending in slash star'
,
quarantine:
'https://gitlab.com/gitlab-org/gitlab/-/issues/222356'
do
let
(
:files
)
{
[
'foo/bar/*'
]
}
let
(
:files
)
{
[
'foo/bar/*'
]
}
it_behaves_like
'foo/bar directory key'
it_behaves_like
'foo/bar directory key'
...
...
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