Skip to content

Commit

Permalink
Revert "Disabling more tests for release"
Browse files Browse the repository at this point in the history
This reverts commit c53e10d.
  • Loading branch information
ryanjbaxter committed Nov 27, 2024
1 parent 9142135 commit 74be825
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.testcontainers.k3s.K3sContainer;
import reactor.netty.http.client.HttpClient;
Expand Down Expand Up @@ -101,7 +100,6 @@ void afterEach() {
}

@Test
@Disabled
void testRefresh() {

// configmap has one label, one that says that we should refresh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.testcontainers.k3s.K3sContainer;
import reactor.netty.http.client.HttpClient;
Expand Down Expand Up @@ -100,7 +99,6 @@ void after() {
}

@Test
@Disabled
void testRefresh() {

// secret has one label, one that says that we should refresh
Expand Down

0 comments on commit 74be825

Please sign in to comment.