Label slow tests [Slow]

This commit is contained in:
Isaac Hollander McCreery
2015-12-20 11:00:00 -08:00
committed by Isaac Hollander McCreery
parent 4ca66d2aef
commit 14d9a0f2c8
7 changed files with 18 additions and 8 deletions

View File

@@ -635,7 +635,8 @@ var _ = Describe("Pods", func() {
}, 1, defaultObservationTimeout)
})
It("should have monotonically increasing restart count [Conformance]", func() {
// Slow by design (5 min)
It("should have monotonically increasing restart count [Conformance] [Slow]", func() {
runLivenessTest(framework.Client, framework.Namespace.Name, &api.Pod{
ObjectMeta: api.ObjectMeta{
Name: "liveness-http",
@@ -936,7 +937,8 @@ var _ = Describe("Pods", func() {
}
})
It("should cap back-off at MaxContainerBackOff", func() {
// Slow issue #19027 (20 mins)
It("should cap back-off at MaxContainerBackOff [Slow]", func() {
podClient := framework.Client.Pods(framework.Namespace.Name)
podName := "back-off-cap"
containerName := "back-off-cap"