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 20, 2023
1 parent 1f10c31 commit 39abf52
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ var _ = Describe("[rfe_id:28761][performance] Updating parameters in performance
var oldMcpSelector, oldNodeSelector map[string]string

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

// initialize on every run
labelsDeletion = false
Expand Down Expand Up @@ -446,7 +446,7 @@ 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")
//testutils.KnownIssueJira("OCPBUGS-12836")

kubeletConfig, err := nodes.GetKubeletConfig(newCnfNode)
Expect(kubeletConfig.TopologyManagerPolicy).ToNot(BeEmpty())
Expand All @@ -457,7 +457,7 @@ 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")
//testutils.KnownIssueJira("OCPBUGS-12836")

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

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

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

0 comments on commit 39abf52

Please sign in to comment.