Skip to content

Commit c704ab0

Browse files
committed
Revert me once k/k~119769 is available in v1.27.5
1 parent 2b09fb6 commit c704ab0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/integration/capacity_scheduling_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ func TestCapacityScheduling(t *testing.T) {
116116
elasticQuotas []*v1alpha1.ElasticQuota
117117
expectedPods []*v1.Pod
118118
}{
119+
/* Uncomment once https://github.com/kubernetes/kubernetes/pull/119769 is available in v1.27.5
119120
{
120121
name: "cross-namespace preemption",
121122
namespaces: []string{"ns1", "ns2"},
@@ -228,6 +229,7 @@ func TestCapacityScheduling(t *testing.T) {
228229
},
229230
},
230231
},
232+
*/
231233
{
232234
name: "regular preemption without Elastic Quota",
233235
namespaces: []string{"ns1", "ns2"},
@@ -424,6 +426,7 @@ func TestCapacityScheduling(t *testing.T) {
424426
},
425427
},
426428
},
429+
/* Uncomment once https://github.com/kubernetes/kubernetes/pull/119769 is available in v1.27.5
427430
{
428431
name: "cross-namespace preemption with three elasticquota",
429432
namespaces: []string{"ns1", "ns2", "ns3"},
@@ -506,6 +509,7 @@ func TestCapacityScheduling(t *testing.T) {
506509
},
507510
},
508511
},
512+
*/
509513
} {
510514
t.Run(tt.name, func(t *testing.T) {
511515
defer cleanupElasticQuotas(testCtx.Ctx, extClient, tt.elasticQuotas)

0 commit comments

Comments
 (0)