This commit is contained in:
Looly 2023-03-26 17:19:43 +08:00
parent a745f1be80
commit fabb034491
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,6 @@ import org.junit.Test;
/**
* ContentType 单元测试
* <p>
*
*/
public class ContentTypeTest {

View File

@ -3,13 +3,14 @@ package cn.hutool.http.client;
import cn.hutool.core.lang.Console;
import cn.hutool.http.client.engine.httpclient4.HttpClient4Engine;
import cn.hutool.http.meta.Method;
import org.junit.Ignore;
import org.junit.Test;
public class HttpClient4EngineTest {
@SuppressWarnings("resource")
@Test
//@Ignore
@Ignore
public void getTest() {
final ClientEngine engine = new HttpClient4Engine();