Skip to content

Commit 71c3b21

Browse files
Temporary disable the TestReconcileUpdateObservedGeneration
1 parent e4ae2ab commit 71c3b21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

controlplane/kubeadm/controllers/controller_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ func TestReconcileReturnErrorWhenOwnerClusterIsMissing(t *testing.T) {
146146
}
147147

148148
func TestReconcileUpdateObservedGeneration(t *testing.T) {
149+
t.Skip("Disabling this test temporarily until we can get a fix for https://github.com/kubernetes/kubernetes/issues/80609 in controller runtime + switch to a live client in test env.")
150+
149151
g := NewWithT(t)
150152
r := &KubeadmControlPlaneReconciler{
151153
Client: testEnv,

0 commit comments

Comments
 (0)