You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-cloud-kubernetes-client-config/src/test/java/org/springframework/cloud/kubernetes/client/config/reload_it/PollingReloadConfigMapTest.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,6 @@
34
34
importorg.awaitility.Awaitility;
35
35
importorg.junit.jupiter.api.AfterAll;
36
36
importorg.junit.jupiter.api.BeforeAll;
37
-
importorg.junit.jupiter.api.Disabled;
38
37
importorg.junit.jupiter.api.Test;
39
38
importorg.junit.jupiter.api.extension.ExtendWith;
40
39
@@ -133,7 +132,6 @@ static void after() {
133
132
* - second polling cycle reads sources from k8s and finds a change
Copy file name to clipboardExpand all lines: spring-cloud-kubernetes-client-config/src/test/java/org/springframework/cloud/kubernetes/client/config/reload_it/PollingReloadSecretTest.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,6 @@
36
36
importorg.awaitility.Awaitility;
37
37
importorg.junit.jupiter.api.AfterAll;
38
38
importorg.junit.jupiter.api.BeforeAll;
39
-
importorg.junit.jupiter.api.Disabled;
40
39
importorg.junit.jupiter.api.Test;
41
40
importorg.junit.jupiter.api.extension.ExtendWith;
42
41
@@ -134,7 +133,6 @@ static void after() {
134
133
* - second polling cycle reads sources from k8s and finds a change
Copy file name to clipboardExpand all lines: spring-cloud-kubernetes-fabric8-config/src/test/java/org/springframework/cloud/kubernetes/fabric8/config/reload_it/PollingReloadConfigMapTest.java
Copy file name to clipboardExpand all lines: spring-cloud-kubernetes-fabric8-config/src/test/java/org/springframework/cloud/kubernetes/fabric8/config/reload_it/PollingReloadSecretTest.java
0 commit comments