Skip to content

Commit

Permalink
remove conditional skip
Browse files Browse the repository at this point in the history
  • Loading branch information
jlojosnegros committed Jun 23, 2023
1 parent 13c3bb2 commit 78fa23d
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,6 @@ var _ = Describe("[rfe_id:28761][performance] Updating parameters in performance
var oldMcpSelector, oldNodeSelector map[string]string

BeforeEach(func() {
testutils.KnownIssueJira("OCPBUGS-12836")

// initialize on every run
labelsDeletion = false
//fetch the latest profile
Expand Down Expand Up @@ -446,8 +444,6 @@ var _ = Describe("[rfe_id:28761][performance] Updating parameters in performance
})

It("[test_id:28440]Verifies that nodeSelector can be updated in performance profile", func() {
testutils.KnownIssueJira("OCPBUGS-12836")

kubeletConfig, err := nodes.GetKubeletConfig(newCnfNode)
Expect(kubeletConfig.TopologyManagerPolicy).ToNot(BeEmpty())
cmdline, err := nodes.ExecCommandOnNode(chkCmdLine, newCnfNode)
Expand All @@ -457,8 +453,6 @@ var _ = Describe("[rfe_id:28761][performance] Updating parameters in performance
})

It("[test_id:27484]Verifies that node is reverted to plain worker when the extra labels are removed", func() {
testutils.KnownIssueJira("OCPBUGS-12836")

By("Deleting cnf labels from the node")
removeLabels(profile.Spec.NodeSelector, newCnfNode)
labelsDeletion = true
Expand Down Expand Up @@ -490,8 +484,6 @@ var _ = Describe("[rfe_id:28761][performance] Updating parameters in performance
})

AfterEach(func() {
testutils.KnownIssueJira("OCPBUGS-12836")

if labelsDeletion == false {
removeLabels(profile.Spec.NodeSelector, newCnfNode)
}
Expand Down

0 comments on commit 78fa23d

Please sign in to comment.