mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Move two flaky e2e tests to the flaky suite.
This commit is contained in:
parent
03bde62666
commit
d470175386
@ -95,7 +95,8 @@ var _ = framework.KubeDescribe("Deployment", func() {
|
||||
It("overlapping deployment should not fight with each other", func() {
|
||||
testOverlappingDeployment(f)
|
||||
})
|
||||
It("lack of progress should be reported in the deployment status", func() {
|
||||
// Flaky issue #39785.
|
||||
It("lack of progress should be reported in the deployment status [Flaky]", func() {
|
||||
testFailedDeployment(f)
|
||||
})
|
||||
It("iterative rollouts should eventually progress", func() {
|
||||
|
@ -45,7 +45,8 @@ var _ = framework.KubeDescribe("Pods Extended", func() {
|
||||
BeforeEach(func() {
|
||||
podClient = f.PodClient()
|
||||
})
|
||||
It("should be submitted and removed [Conformance]", func() {
|
||||
// Flaky issue #36821.
|
||||
It("should be submitted and removed [Conformance] [Flaky]", func() {
|
||||
By("creating the pod")
|
||||
name := "pod-submit-remove-" + string(uuid.NewUUID())
|
||||
value := strconv.Itoa(time.Now().Nanosecond())
|
||||
|
Loading…
Reference in New Issue
Block a user