Skip to content

Commit

Permalink
Revert "Disabled PollingReload tests"
Browse files Browse the repository at this point in the history
This reverts commit 603f339.
  • Loading branch information
ryanjbaxter committed Nov 27, 2024
1 parent 74be825 commit d719303
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
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;

Expand Down Expand Up @@ -133,7 +132,6 @@ static void after() {
* - second polling cycle reads sources from k8s and finds a change
* </pre>
*/
@Disabled
@Test
void test(CapturedOutput output) {
// we fail while reading 'configMapOne'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
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;

Expand Down Expand Up @@ -134,7 +133,6 @@ static void after() {
* - second polling cycle reads sources from k8s and finds a change
* </pre>
*/
@Disabled
@Test
void test(CapturedOutput output) {
// we fail while reading 'secretOne'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
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;

Expand Down Expand Up @@ -106,7 +105,6 @@ static void beforeAll() {
* - second polling cycle reads sources from k8s and finds a change
* </pre>
*/
@Disabled
@Test
void test(CapturedOutput output) {
// we fail while reading 'configMapOne'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
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;

Expand Down Expand Up @@ -109,7 +108,6 @@ static void beforeAll() {
* - second polling cycle reads sources from k8s and finds a change
* </pre>
*/
@Disabled
@Test
void test(CapturedOutput output) {
// we fail while reading 'secretOne'
Expand Down

0 comments on commit d719303

Please sign in to comment.