From a96375bd12fb3dbbee5e27c394ee928f5628f2cd Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Mon, 25 Nov 2024 14:46:25 +0100 Subject: [PATCH] Remove comment. --- .../server/EurekaInstanceMonitorWithCustomTagsProviderTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-cloud-netflix-eureka-server/src/test/java/org/springframework/cloud/netflix/eureka/server/EurekaInstanceMonitorWithCustomTagsProviderTests.java b/spring-cloud-netflix-eureka-server/src/test/java/org/springframework/cloud/netflix/eureka/server/EurekaInstanceMonitorWithCustomTagsProviderTests.java index f5baf519e..5bd3c65d3 100644 --- a/spring-cloud-netflix-eureka-server/src/test/java/org/springframework/cloud/netflix/eureka/server/EurekaInstanceMonitorWithCustomTagsProviderTests.java +++ b/spring-cloud-netflix-eureka-server/src/test/java/org/springframework/cloud/netflix/eureka/server/EurekaInstanceMonitorWithCustomTagsProviderTests.java @@ -78,7 +78,6 @@ class EurekaInstanceMonitorWithCustomTagsProviderTests { } @Test -// @Disabled void testMultipleRegistrations() { instanceRegistry.register(firstInstanceInfo, false); instanceRegistry.register(secondInstanceInfo, false);