From c5959c00ad104fce31539e5037f68b31d1eb65ae Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Thu, 16 Apr 2020 10:37:17 -0400 Subject: [PATCH] removes commented out code --- .../config/ConsulPropertySourceLocatorRetryTests.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/spring-cloud-consul-config/src/test/java/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorRetryTests.java b/spring-cloud-consul-config/src/test/java/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorRetryTests.java index b4330dd9..e4783f05 100644 --- a/spring-cloud-consul-config/src/test/java/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorRetryTests.java +++ b/spring-cloud-consul-config/src/test/java/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorRetryTests.java @@ -31,16 +31,6 @@ import static org.assertj.core.api.Assertions.assertThat; /** * @author Spencer Gibb */ -/* - * @RunWith(SpringRunner.class) - * - * @SpringBootTest(classes = ConsulPropertySourceLocatorRetryTests.Config.class, - * properties = { "spring.application.name=testConsulPropertySourceLocatorRetry", - * "spring.cloud.consul.host=53210a7c-4809-42cb-8b30-057d2db85fcc", - * "logging.level.org.springframework.retry=TRACE", "spring.cloud.consul.port=65530", - * "spring.cloud.consul.retry.maxAttempts=1", "spring.cloud.consul.config.failFast=true" - * }, webEnvironment = RANDOM_PORT) - */ public class ConsulPropertySourceLocatorRetryTests { @Rule