From 08d63d337548925b6ad5fe5aed2194328e2e2add Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Wed, 1 Nov 2017 16:42:23 -0400 Subject: [PATCH] Unignore test --- .../cloud/gateway/test/WebfluxNotIncludedTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-cloud-gateway-core/src/test/java/org/springframework/cloud/gateway/test/WebfluxNotIncludedTests.java b/spring-cloud-gateway-core/src/test/java/org/springframework/cloud/gateway/test/WebfluxNotIncludedTests.java index 3c4b1195..f346d869 100644 --- a/spring-cloud-gateway-core/src/test/java/org/springframework/cloud/gateway/test/WebfluxNotIncludedTests.java +++ b/spring-cloud-gateway-core/src/test/java/org/springframework/cloud/gateway/test/WebfluxNotIncludedTests.java @@ -17,7 +17,6 @@ package org.springframework.cloud.gateway.test; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.SpringApplication; @@ -31,7 +30,6 @@ import org.springframework.cloud.test.ModifiedClassPathRunner; public class WebfluxNotIncludedTests { @Test - @Ignore // causes java.util.ServiceConfigurationError: org.apache.logging.log4j.spi.Provider: Provider org.apache.logging.slf4j.SLF4JProvider not a subtype public void noWebfluxWorks() { new SpringApplication(Config.class).run(); }