Disabled PollingReload tests

This commit is contained in:
spencergibb
2024-11-25 12:19:36 -05:00
parent 8eae516c09
commit 603f339dcd
4 changed files with 8 additions and 0 deletions

View File

@@ -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'

View File

@@ -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'

View File

@@ -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'

View File

@@ -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'