Disable netty-based tests.

See SPR-14744.

See gh-35.
This commit is contained in:
Mark Paluch
2016-11-09 11:44:54 +01:00
parent 1626e1cbd6
commit dd67ffa582

View File

@@ -15,6 +15,7 @@
*/
package org.springframework.vault.config;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.factory.DisposableBean;
@@ -61,6 +62,7 @@ public class ClientHttpRequestFactoryFactoryIntegrationTests {
}
@Test
@Ignore("Requires SPR-14744 to be fixed")
public void nettyClientShouldWork() throws Exception {
ClientHttpRequestFactory factory = Netty.usingNetty(new ClientOptions(),