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
308ee38a
Commit
308ee38a
authored
Jun 16, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove two failing EE-only specs from spec/features/projects/jobs_spec.rb
parent
1463ae85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
spec/features/projects/jobs_spec.rb
spec/features/projects/jobs_spec.rb
+0
-21
No files found.
spec/features/projects/jobs_spec.rb
View file @
308ee38a
...
...
@@ -374,16 +374,6 @@ feature 'Jobs', :feature do
expect
(
page
).
to
have_content
'Retry'
end
end
context
"Job from other project"
do
before
do
job
.
run!
visit
namespace_project_job_path
(
project
.
namespace
,
project
,
job
)
page
.
driver
.
post
(
cancel_namespace_project_job_path
(
project
.
namespace
,
project
,
job2
))
end
it
{
expect
(
page
.
status_code
).
to
eq
(
404
)
}
end
end
describe
"POST /:project/jobs/:id/retry"
do
...
...
@@ -405,17 +395,6 @@ feature 'Jobs', :feature do
end
end
context
"Job from other project"
do
before
do
job
.
run!
visit
namespace_project_job_path
(
project
.
namespace
,
project
,
job
)
find
(
'.js-cancel-job'
).
click
()
page
.
driver
.
post
(
retry_namespace_project_job_path
(
project
.
namespace
,
project
,
job2
))
end
it
{
expect
(
page
).
to
have_http_status
(
404
)
}
end
context
"Job that current user is not allowed to retry"
do
before
do
job
.
run!
...
...
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