Remove remove Ignore now that boot #17011 is fixed

This commit is contained in:
Ryan Baxter
2019-06-13 11:04:28 -04:00
parent 316040ee94
commit 584b72587f

View File

@@ -21,7 +21,6 @@ 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;
@@ -371,7 +370,6 @@ public class BootstrapConfigurationTests {
}
@Test
@Ignore // FIXME 2.2.0.M1
public void includeProfileFromBootstrapProperties() {
this.context = new SpringApplicationBuilder().web(WebApplicationType.NONE)
.sources(BareConfiguration.class)