Disabling more tests for release

This commit is contained in:
Ryan Baxter
2024-11-25 18:24:55 -05:00
parent b0c303f49a
commit c53e10d0d3
2 changed files with 4 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ 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,6 +101,7 @@ class ConfigurationWatcherMultipleAppsIT {
}
@Test
@Disabled
void testRefresh() {
// configmap has one label, one that says that we should refresh

View File

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