This is an automated email from the ASF dual-hosted git repository.

pbacsko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git


The following commit(s) were added to refs/heads/master by this push:
     new 18c9985a [YUNIKORN-2725] Temporarily disable failing e2e preemption 
tests (#869)
18c9985a is described below

commit 18c9985aeb051258181c29ca9bd6534866a0eaa8
Author: Peter Bacsko <[email protected]>
AuthorDate: Fri Jul 5 01:01:07 2024 +0200

    [YUNIKORN-2725] Temporarily disable failing e2e preemption tests (#869)
    
    Closes: #869
    
    Signed-off-by: Peter Bacsko <[email protected]>
---
 test/e2e/preemption/preemption_test.go | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/e2e/preemption/preemption_test.go 
b/test/e2e/preemption/preemption_test.go
index 001c6288..3de46bb9 100644
--- a/test/e2e/preemption/preemption_test.go
+++ b/test/e2e/preemption/preemption_test.go
@@ -137,6 +137,7 @@ var _ = ginkgo.Describe("Preemption", func() {
        })
 
        ginkgo.It("Verify_basic_preemption", func() {
+               ginkgo.Skip("Disabled until YUNIKORN-2699 is resolved")
                ginkgo.By("A queue uses resource more than the guaranteed value 
even after removing one of the pods. The cluster doesn't have enough resource 
to deploy a pod in another queue which uses resource less than the guaranteed 
value.")
                // update config
                ginkgo.By(fmt.Sprintf("Update root.sandbox1 and root.sandbox2 
with guaranteed memory %dM", sleepPodMemLimit))
@@ -331,6 +332,7 @@ var _ = ginkgo.Describe("Preemption", func() {
        })
 
        ginkgo.It("Verify_preemption_on_priority_queue", func() {
+               ginkgo.Skip("Disabled until YUNIKORN-2699 is resolved")
                ginkgo.By("A task can only preempt a task with lower or equal 
priority")
                // update config
                ginkgo.By(fmt.Sprintf("Update root.sandbox1, root.low-priority, 
root.high-priority with guaranteed memory %dM", sleepPodMemLimit))
@@ -425,6 +427,7 @@ var _ = ginkgo.Describe("Preemption", func() {
        })
 
        ginkgo.It("Verify_allow_preemption_tag", func() {
+               ginkgo.Skip("Disabled until YUNIKORN-2699 is resolved")
                ginkgo.By("The value of 'false' for the allow preemption 
annotation on the PriorityClass moves the Pod to the back of the preemption 
list")
                // update config
                ginkgo.By(fmt.Sprintf("Update root.sandbox3, root.sandbox4 and 
root.sandbox5 with guaranteed memory %dM", sleepPodMemLimit2))


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to