Revert circle ignoring

This commit is contained in:
Spencer Gibb
2017-08-23 09:17:20 -06:00
parent 2baa3055e5
commit 5beb958176

View File

@@ -32,10 +32,6 @@ import org.springframework.test.context.junit4.SpringRunner;
import org.springframework.web.reactive.function.client.ClientResponse;
import static org.assertj.core.api.Assertions.assertThat;
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.not;
import static org.junit.Assume.assumeThat;
import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.RANDOM_PORT;
import static org.springframework.cloud.gateway.test.TestUtils.assertStatus;
@@ -49,10 +45,6 @@ public class HostRoutePredicateFactoryTests extends BaseWebClientTests {
@Test
public void hostRouteWorks() {
assumeThat("Skipping this test in Circl CI",
System.getenv("CIRCLECI"),
is(not(equalTo("true"))));
Mono<ClientResponse> result = webClient.get()
.uri("/get")
.header("Host", "www.example.org")