Skip to content

Commit ef43912

Browse files
authored
Enable unified image tests (#2165)
1 parent 566a57e commit ef43912

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

e2e/test_operator/operator_test.go

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2494,9 +2494,7 @@ var _ = Describe("Operator", Label("e2e", "pr"), func() {
24942494
})
24952495
})
24962496

2497-
// The current nightly use a version of the unified image that doesn't support this feature yet. Once we update the
2498-
// image we should also enable this test again.
2499-
PWhen("enabling the node watch feature", func() {
2497+
When("enabling the node watch feature", func() {
25002498
var initialParameters fdbv1beta2.FoundationDBCustomParameters
25012499

25022500
BeforeEach(func() {
@@ -2575,9 +2573,7 @@ var _ = Describe("Operator", Label("e2e", "pr"), func() {
25752573
})
25762574
})
25772575

2578-
// The current nightly use a version of the unified image that doesn't support this feature yet. Once we update the
2579-
// image we should also enable this test again.
2580-
PWhen("the Pod is set into isolate mode", func() {
2576+
When("the Pod is set into isolate mode", func() {
25812577
var isolatedPod corev1.Pod
25822578

25832579
BeforeEach(func() {

0 commit comments

Comments
 (0)