Skip to content

Commit

Permalink
fix E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvind Thirumurugan committed Jan 2, 2025
1 parent 65eb45b commit c170885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/placement_eviction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ var _ = Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP
It("should still place resources on the all available member clusters", checkIfPlacedWorkResourcesOnAllMemberClusters)
})

var _ = Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MaxUnavailable specified as percentage to protect all clusters but one, eviction allowed", Ordered, Serial, func() {
var _ = FDescribe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MaxUnavailable specified as percentage to protect all clusters but one, eviction allowed", Ordered, Serial, func() {
crpName := fmt.Sprintf(crpNameTemplate, GinkgoParallelProcess())
crpEvictionName := fmt.Sprintf(crpEvictionNameTemplate, GinkgoParallelProcess())
taintClusterNames := []string{memberCluster1EastProdName}
Expand Down Expand Up @@ -487,7 +487,7 @@ var _ = Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP
It("should update cluster resource placement status as expected", func() {
// allMemberClusterNames - taintClusterNames
noTaintClusterNames := []string{memberCluster2EastCanaryName, memberCluster3WestProdName}
crpStatusUpdatedActual := crpStatusUpdatedActual(workResourceIdentifiers(), noTaintClusterNames, nil, "0")
crpStatusUpdatedActual := crpStatusUpdatedActual(workResourceIdentifiers(), noTaintClusterNames, taintClusterNames, "0")
Eventually(crpStatusUpdatedActual, eventuallyDuration, eventuallyInterval).Should(Succeed(), "Failed to update cluster resource placement status as expected")
})

Expand Down

0 comments on commit c170885

Please sign in to comment.