mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-25 11:10:35 -05:00
e2e: skip restart count test
This commit is contained in:
parent
650bf71cf7
commit
3221663a50
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ var _ = Describe("Pods", func() {
|
|||
}, 1)
|
||||
})
|
||||
|
||||
It("should have monotonically increasing restart count", func() {
|
||||
PIt("should have monotonically increasing restart count", func() {
|
||||
runLivenessTest(framework.Client, framework.Namespace.Name, &api.Pod{
|
||||
ObjectMeta: api.ObjectMeta{
|
||||
Name: "liveness-http",
|
||||
|
|
|
|||
Loading…
Reference in a new issue