Skip to content

Commit

Permalink
remove changes from e2e code
Browse files Browse the repository at this point in the history
  • Loading branch information
clobrano committed Jun 28, 2024
1 parent 4c3092f commit b1830d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/self_node_remediation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ var _ = Describe("Self Node Remediation E2E", func() {
})

Describe("Without API connectivity", func() {
FContext("Healthy node (no SNR)", func() {
Context("Healthy node (no SNR)", func() {
var testStart time.Time
// no api connectivity
// a) healthy
Expand Down Expand Up @@ -180,7 +180,7 @@ var _ = Describe("Self Node Remediation E2E", func() {
})
})

Context("Unhealthy node (with SNR) TEST THIS", func() {
Context("Unhealthy node (with SNR)", func() {

// no api connectivity
// b) unhealthy
Expand Down Expand Up @@ -547,7 +547,7 @@ func checkSnrLogs(node *v1.Node, expected []string) {
return ""
}
return logs
}, 6*time.Minute, 10*time.Second).Should(And(matchers...), "logs don't contain expected strings")
}, 2*time.Minute, 10*time.Second).Should(And(matchers...), "logs don't contain expected strings")
}

func findSnrPod(node *v1.Node) *v1.Pod {
Expand Down

0 comments on commit b1830d4

Please sign in to comment.