Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions e2e/test_operator/operator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2494,9 +2494,7 @@ var _ = Describe("Operator", Label("e2e", "pr"), func() {
})
})

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

BeforeEach(func() {
Expand Down Expand Up @@ -2575,9 +2573,7 @@ var _ = Describe("Operator", Label("e2e", "pr"), func() {
})
})

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

BeforeEach(func() {
Expand Down
Loading