Commit 986d37d1 authored by Brendan Burns's avatar Brendan Burns

Merge pull request #13271 from yujuhong/skip_test

e2e: skip restart count test
parents 650bf71c 3221663a
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment