From 7fd8ce4c0d14edf4cc80ccc70774e1d309d3dc0f Mon Sep 17 00:00:00 2001 From: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com> Date: Thu, 4 May 2023 08:45:26 -0400 Subject: [PATCH] Enabling test --- .../cloud/config/server/AwsS3IntegrationTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-cloud-config-server/src/test/java/org/springframework/cloud/config/server/AwsS3IntegrationTests.java b/spring-cloud-config-server/src/test/java/org/springframework/cloud/config/server/AwsS3IntegrationTests.java index fc47e0f9..75d6432b 100644 --- a/spring-cloud-config-server/src/test/java/org/springframework/cloud/config/server/AwsS3IntegrationTests.java +++ b/spring-cloud-config-server/src/test/java/org/springframework/cloud/config/server/AwsS3IntegrationTests.java @@ -27,7 +27,6 @@ import io.awspring.cloud.s3.S3ProtocolResolver; import org.json.JSONException; 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.testcontainers.containers.localstack.LocalStackContainer; import org.testcontainers.junit.jupiter.Container; @@ -99,7 +98,6 @@ public class AwsS3IntegrationTests { } @Test - @Disabled public void context() throws IOException { RestTemplate rest = new RestTemplateBuilder().build(); String configServerUrl = "http://localhost:" + configServerPort;