mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
ignore test
This commit is contained in:
parent
9d4e69d4ed
commit
996bf90db2
@ -13,10 +13,12 @@
|
|||||||
package cn.hutool.http;
|
package cn.hutool.http;
|
||||||
|
|
||||||
import cn.hutool.core.lang.Console;
|
import cn.hutool.core.lang.Console;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class IssueI7WZEOTest {
|
public class IssueI7WZEOTest {
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void postTest() {
|
public void postTest() {
|
||||||
final String post = HttpUtil.post("https://tenapi.cn/v2/video", "url=https://v.douyin.com/ie1EX3LH/");
|
final String post = HttpUtil.post("https://tenapi.cn/v2/video", "url=https://v.douyin.com/ie1EX3LH/");
|
||||||
Console.log(post);
|
Console.log(post);
|
||||||
|
Loading…
Reference in New Issue
Block a user