mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #13271 from yujuhong/skip_test
e2e: skip restart count test
This commit is contained in:
commit
986d37d145
@ -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 New Issue
Block a user