Disabled PollingReload tests
This commit is contained in:
@@ -34,6 +34,7 @@ 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;
|
||||
|
||||
@@ -132,6 +133,7 @@ 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,6 +36,7 @@ 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,6 +134,7 @@ 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,6 +29,7 @@ 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;
|
||||
|
||||
@@ -105,6 +106,7 @@ 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,6 +31,7 @@ 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;
|
||||
|
||||
@@ -108,6 +109,7 @@ 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