Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
bd3cde0e
Commit
bd3cde0e
authored
Feb 22, 2016
by
Brian Grant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark flaky Deployment e2e tests until the problems are resolved.
Ref #21463, #21467, #21491, #19299
parent
95354490
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
deployment.go
test/e2e/deployment.go
+4
-4
No files found.
test/e2e/deployment.go
View file @
bd3cde0e
...
@@ -54,16 +54,16 @@ var _ = Describe("Deployment", func() {
...
@@ -54,16 +54,16 @@ var _ = Describe("Deployment", func() {
It
(
"deployment should delete old replica sets"
,
func
()
{
It
(
"deployment should delete old replica sets"
,
func
()
{
testDeploymentCleanUpPolicy
(
f
)
testDeploymentCleanUpPolicy
(
f
)
})
})
It
(
"deployment should support rollover"
,
func
()
{
It
(
"
[Flaky]
deployment should support rollover"
,
func
()
{
testRolloverDeployment
(
f
)
testRolloverDeployment
(
f
)
})
})
It
(
"paused deployment should be ignored by the controller"
,
func
()
{
It
(
"
[Flaky]
paused deployment should be ignored by the controller"
,
func
()
{
testPausedDeployment
(
f
)
testPausedDeployment
(
f
)
})
})
It
(
"deployment should support rollback"
,
func
()
{
It
(
"
[Flaky]
deployment should support rollback"
,
func
()
{
testRollbackDeployment
(
f
)
testRollbackDeployment
(
f
)
})
})
It
(
"deployment should support rollback when there's replica set with no revision"
,
func
()
{
It
(
"
[Flaky]
deployment should support rollback when there's replica set with no revision"
,
func
()
{
testRollbackDeploymentRSNoRevision
(
f
)
testRollbackDeploymentRSNoRevision
(
f
)
})
})
})
})
...
...
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