@@ -34,7 +34,6 @@ import io.kubernetes.client.util.ClientBuilder;
|
||||
import org.awaitility.Awaitility;
|
||||
import org.junit.jupiter.api.AfterAll;
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
|
||||
@@ -133,7 +132,6 @@ class PollingReloadConfigMapTest {
|
||||
* - second polling cycle reads sources from k8s and finds a change
|
||||
* </pre>
|
||||
*/
|
||||
@Disabled
|
||||
@Test
|
||||
void test(CapturedOutput output) {
|
||||
// we fail while reading 'configMapOne'
|
||||
|
||||
@@ -36,7 +36,6 @@ import io.kubernetes.client.util.ClientBuilder;
|
||||
import org.awaitility.Awaitility;
|
||||
import org.junit.jupiter.api.AfterAll;
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
|
||||
@@ -134,7 +133,6 @@ class PollingReloadSecretTest {
|
||||
* - second polling cycle reads sources from k8s and finds a change
|
||||
* </pre>
|
||||
*/
|
||||
@Disabled
|
||||
@Test
|
||||
void test(CapturedOutput output) {
|
||||
// we fail while reading 'secretOne'
|
||||
|
||||
@@ -29,7 +29,6 @@ import io.fabric8.kubernetes.client.server.mock.EnableKubernetesMockClient;
|
||||
import io.fabric8.kubernetes.client.server.mock.KubernetesMockServer;
|
||||
import org.awaitility.Awaitility;
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
|
||||
@@ -106,7 +105,6 @@ class PollingReloadConfigMapTest {
|
||||
* - second polling cycle reads sources from k8s and finds a change
|
||||
* </pre>
|
||||
*/
|
||||
@Disabled
|
||||
@Test
|
||||
void test(CapturedOutput output) {
|
||||
// we fail while reading 'configMapOne'
|
||||
|
||||
@@ -31,7 +31,6 @@ import io.fabric8.kubernetes.client.server.mock.EnableKubernetesMockClient;
|
||||
import io.fabric8.kubernetes.client.server.mock.KubernetesMockServer;
|
||||
import org.awaitility.Awaitility;
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
|
||||
@@ -109,7 +108,6 @@ public class PollingReloadSecretTest {
|
||||
* - second polling cycle reads sources from k8s and finds a change
|
||||
* </pre>
|
||||
*/
|
||||
@Disabled
|
||||
@Test
|
||||
void test(CapturedOutput output) {
|
||||
// we fail while reading 'secretOne'
|
||||
|
||||
Reference in New Issue
Block a user