diff --git a/spring-vault-core/src/test/java/org/springframework/vault/config/ClientHttpRequestFactoryFactoryIntegrationTests.java b/spring-vault-core/src/test/java/org/springframework/vault/config/ClientHttpRequestFactoryFactoryIntegrationTests.java index 4af775e9..fc83ba92 100644 --- a/spring-vault-core/src/test/java/org/springframework/vault/config/ClientHttpRequestFactoryFactoryIntegrationTests.java +++ b/spring-vault-core/src/test/java/org/springframework/vault/config/ClientHttpRequestFactoryFactoryIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2016-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +15,6 @@ */ package org.springframework.vault.config; -import org.junit.Ignore; import org.junit.Test; import org.springframework.beans.factory.DisposableBean; @@ -64,7 +63,6 @@ public class ClientHttpRequestFactoryFactoryIntegrationTests { } @Test - @Ignore("Requires SPR-14744 to be fixed") public void nettyClientShouldWork() throws Exception { ClientHttpRequestFactory factory = Netty.usingNetty(new ClientOptions(),