Revert "Disabling more tests for release"
This reverts commit c53e10d0d3.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user