Polishing.
SPR-14744 was resolved so the netty test can be enabled again.
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user