Revert "Disabling more tests for release"

This reverts commit c53e10d0d3.
This commit is contained in:
Ryan Baxter
2024-11-27 08:19:53 -05:00
parent 9142135b5a
commit 74be8259a6
2 changed files with 0 additions and 4 deletions

View File

@@ -28,7 +28,6 @@ import org.junit.jupiter.api.AfterEach;
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;
@@ -101,7 +100,6 @@ class ConfigurationWatcherMultipleAppsIT {
}
@Test
@Disabled
void testRefresh() {
// configmap has one label, one that says that we should refresh

View File

@@ -28,7 +28,6 @@ import org.junit.jupiter.api.AfterEach;
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;
@@ -100,7 +99,6 @@ class ConfigurationWatcherMultipleAppIT {
}
@Test
@Disabled
void testRefresh() {
// secret has one label, one that says that we should refresh