Disable netty-based tests.
See SPR-14744. See gh-35.
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user