Revert "Disabled PollingReload tests"

This reverts commit 603f339dcd.
This commit is contained in:
Ryan Baxter
2024-11-27 08:19:58 -05:00
parent 74be8259a6
commit d719303a13
4 changed files with 0 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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