From df4d191856b154d296a4d4ee52b05ce024b581b0 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 13 Jun 2019 11:10:12 -0400 Subject: [PATCH] Revert "Remove remove Ignore now that boot #17011 is fixed" This reverts commit 584b72587f08902be77815416c08095489cd1f1d. --- .../cloud/bootstrap/config/BootstrapConfigurationTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-cloud-context/src/test/java/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests.java b/spring-cloud-context/src/test/java/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests.java index 8cec3546..ef742e1b 100644 --- a/spring-cloud-context/src/test/java/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests.java +++ b/spring-cloud-context/src/test/java/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests.java @@ -21,6 +21,7 @@ import java.util.HashMap; import java.util.Map; import org.junit.After; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; @@ -370,6 +371,7 @@ public class BootstrapConfigurationTests { } @Test + @Ignore // FIXME 2.2.0.M1 public void includeProfileFromBootstrapProperties() { this.context = new SpringApplicationBuilder().web(WebApplicationType.NONE) .sources(BareConfiguration.class)